Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893448
ManiphestTaskAuthorHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
479 B
Referenced Files
None
Subscribers
None
ManiphestTaskAuthorHeraldField.php
View Options
<?php
final
class
ManiphestTaskAuthorHeraldField
extends
ManiphestTaskHeraldField
{
const
FIELDCONST
=
'maniphest.task.author'
;
public
function
getHeraldFieldName
(
)
{
return
pht
(
'Author'
)
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getAuthorPHID
(
)
;
}
protected
function
getHeraldFieldStandardType
(
)
{
return
self
::
STANDARD_PHID
;
}
protected
function
getDatasource
(
)
{
return
new
PhabricatorPeopleDatasource
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 18:26 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127415
Default Alt Text
ManiphestTaskAuthorHeraldField.php (479 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment