Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106351536
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
Tue, Mar 25, 01:39
Size
417 B
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:39 (2 d)
Engine
blob
Format
Raw Data
Handle
25171151
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