Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99859750
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, Jan 27, 00:22
Size
417 B
Mime Type
text/x-php
Expires
Wed, Jan 29, 00:22 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23837285
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