Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98641159
PhabricatorTransactions.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
Wed, Jan 15, 04:32
Size
743 B
Mime Type
text/x-php
Expires
Fri, Jan 17, 04:32 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23612144
Attached To
rPH Phabricator
PhabricatorTransactions.php
View Options
<?php
final
class
PhabricatorTransactions
{
const
TYPE_COMMENT
=
'core:comment'
;
const
TYPE_SUBSCRIBERS
=
'core:subscribers'
;
const
TYPE_VIEW_POLICY
=
'core:view-policy'
;
const
TYPE_EDIT_POLICY
=
'core:edit-policy'
;
const
TYPE_JOIN_POLICY
=
'core:join-policy'
;
const
TYPE_EDGE
=
'core:edge'
;
const
TYPE_CUSTOMFIELD
=
'core:customfield'
;
const
COLOR_RED
=
'red'
;
const
COLOR_ORANGE
=
'orange'
;
const
COLOR_YELLOW
=
'yellow'
;
const
COLOR_GREEN
=
'green'
;
const
COLOR_SKY
=
'sky'
;
const
COLOR_BLUE
=
'blue'
;
const
COLOR_INDIGO
=
'indigo'
;
const
COLOR_VIOLET
=
'violet'
;
const
COLOR_GREY
=
'grey'
;
const
COLOR_BLACK
=
'black'
;
}
Event Timeline
Log In to Comment