Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101747744
DifferentialReviewedByCommitMessageField.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, Feb 13, 07:16
Size
470 B
Mime Type
text/x-php
Expires
Sat, Feb 15, 07:16 (2 d)
Engine
blob
Format
Raw Data
Handle
24222200
Attached To
rPH Phabricator
DifferentialReviewedByCommitMessageField.php
View Options
<?php
final
class
DifferentialReviewedByCommitMessageField
extends
DifferentialCommitMessageField
{
const
FIELDKEY
=
'reviewedByPHIDs'
;
public
function
getFieldName
()
{
return
pht
(
'Reviewed By'
);
}
public
function
parseFieldValue
(
$value
)
{
return
$this
->
parseObjectList
(
$value
,
array
(
PhabricatorPeopleUserPHIDType
::
TYPECONST
,
PhabricatorProjectProjectPHIDType
::
TYPECONST
,
),
$allow_partial
=
true
);
}
}
Event Timeline
Log In to Comment