Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106045801
PhabricatorPHIDConstants.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
Fri, Mar 21, 20:24
Size
403 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 20:24 (2 d)
Engine
blob
Format
Raw Data
Handle
25041208
Attached To
rPH Phabricator
PhabricatorPHIDConstants.php
View Options
<?php
final
class
PhabricatorPHIDConstants
{
const
PHID_TYPE_UNKNOWN
=
'????'
;
const
PHID_TYPE_MAGIC
=
'!!!!'
;
const
PHID_TYPE_STRY
=
'STRY'
;
const
PHID_TYPE_TOBJ
=
'TOBJ'
;
const
PHID_TYPE_LEGB
=
'LEGB'
;
const
PHID_TYPE_XCMT
=
'XCMT'
;
const
PHID_TYPE_XOBJ
=
'XOBJ'
;
const
PHID_TYPE_VOID
=
'VOID'
;
const
PHID_VOID
=
'PHID-VOID-00000000000000000000'
;
}
Event Timeline
Log In to Comment