Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90357614
DifferentialRevisionReviewersHeraldField.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, Oct 31, 22:37
Size
533 B
Mime Type
text/x-php
Expires
Sat, Nov 2, 22:37 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22061728
Attached To
rPH Phabricator
DifferentialRevisionReviewersHeraldField.php
View Options
<?php
final
class
DifferentialRevisionReviewersHeraldField
extends
DifferentialRevisionHeraldField
{
const
FIELDCONST
=
'differential.revision.reviewers'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Reviewers'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
loadReviewers
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_PHID_LIST
;
}
protected
function
getDatasource
()
{
return
new
PhabricatorProjectOrUserDatasource
();
}
}
Event Timeline
Log In to Comment