Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93242548
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
Wed, Nov 27, 07:23
Size
381 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 07:23 (2 d)
Engine
blob
Format
Raw Data
Handle
22577852
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