Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110091056
DifferentialReviewerStatus.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
Thu, Apr 24, 16:05
Size
200 B
Mime Type
text/x-php
Expires
Sat, Apr 26, 16:05 (2 d)
Engine
blob
Format
Raw Data
Handle
25752672
Attached To
rPH Phabricator
DifferentialReviewerStatus.php
View Options
<?php
final
class
DifferentialReviewerStatus
{
const
STATUS_ADDED
=
'added'
;
const
STATUS_ACCEPTED
=
'accepted'
;
const
STATUS_REJECTED
=
'rejected'
;
const
STATUS_COMMENTED
=
'commented'
;
}
Event Timeline
Log In to Comment