Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101908949
ManiphestTaskDescriptionHeraldField.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
Sat, Feb 15, 00:47
Size
405 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 00:47 (2 d)
Engine
blob
Format
Raw Data
Handle
24190747
Attached To
rPH Phabricator
ManiphestTaskDescriptionHeraldField.php
View Options
<?php
final
class
ManiphestTaskDescriptionHeraldField
extends
ManiphestTaskHeraldField
{
const
FIELDCONST
=
'maniphest.task.description'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Description'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getDescription
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
Event Timeline
Log In to Comment