Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101448000
PhabricatorSearchRelationship.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 10, 14:04
Size
417 B
Mime Type
text/x-php
Expires
Wed, Feb 12, 14:04 (2 d)
Engine
blob
Format
Raw Data
Handle
24149074
Attached To
rPH Phabricator
PhabricatorSearchRelationship.php
View Options
<?php
/**
* @group search
*/
final
class
PhabricatorSearchRelationship
{
const
RELATIONSHIP_AUTHOR
=
'auth'
;
const
RELATIONSHIP_REVIEWER
=
'revw'
;
const
RELATIONSHIP_SUBSCRIBER
=
'subs'
;
const
RELATIONSHIP_COMMENTER
=
'comm'
;
const
RELATIONSHIP_OWNER
=
'ownr'
;
const
RELATIONSHIP_PROJECT
=
'proj'
;
const
RELATIONSHIP_REPOSITORY
=
'repo'
;
const
RELATIONSHIP_OPEN
=
'open'
;
}
Event Timeline
Log In to Comment