Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96621549
ManiphestTaskTitleHeraldField.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
Sun, Dec 29, 02:07
Size
381 B
Mime Type
text/x-php
Expires
Tue, Dec 31, 02:07 (2 d)
Engine
blob
Format
Raw Data
Handle
23217244
Attached To
rPH Phabricator
ManiphestTaskTitleHeraldField.php
View Options
<?php
final
class
ManiphestTaskTitleHeraldField
extends
ManiphestTaskHeraldField
{
const
FIELDCONST
=
'maniphest.task.title'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Title'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getTitle
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
Event Timeline
Log In to Comment