[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class PhabricatorSearchRelationship { 4 5 const RELATIONSHIP_AUTHOR = 'auth'; 6 const RELATIONSHIP_REVIEWER = 'revw'; 7 const RELATIONSHIP_SUBSCRIBER = 'subs'; 8 const RELATIONSHIP_COMMENTER = 'comm'; 9 const RELATIONSHIP_OWNER = 'ownr'; 10 const RELATIONSHIP_PROJECT = 'proj'; 11 const RELATIONSHIP_REPOSITORY = 'repo'; 12 13 const RELATIONSHIP_OPEN = 'open'; 14 const RELATIONSHIP_CLOSED = 'clos'; 15 const RELATIONSHIP_UNOWNED = 'unow'; 16 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |