Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97019394
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, Jan 1, 17:01
Size
381 B
Mime Type
text/x-php
Expires
Fri, Jan 3, 17:01 (2 d)
Engine
blob
Format
Raw Data
Handle
23313559
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