Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1108716
ManiphestTaskTitleHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
486 B
Referenced Files
None
Subscribers
None
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
getHeraldFieldStandardConditions
()
{
return
self
::
STANDARD_TEXT
;
}
public
function
getHeraldFieldValueType
(
$condition
)
{
return
HeraldAdapter
::
VALUE_TEXT
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 9:58 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
275879
Default Alt Text
ManiphestTaskTitleHeraldField.php (486 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment