Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97590999
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
Sun, Jan 5, 13:05
Size
476 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 13:05 (2 d)
Engine
blob
Format
Raw Data
Handle
23432185
Attached To
rPH Phabricator
PhabricatorSearchRelationship.php
View Options
<?php
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'
;
const
RELATIONSHIP_CLOSED
=
'clos'
;
const
RELATIONSHIP_UNOWNED
=
'unow'
;
}
Event Timeline
Log In to Comment