Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95969623
PhrictionDocumentTitleHeraldField.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, Dec 21, 05:08
Size
407 B
Mime Type
text/x-php
Expires
Mon, Dec 23, 05:08 (2 d)
Engine
blob
Format
Raw Data
Handle
23092354
Attached To
rPH Phabricator
PhrictionDocumentTitleHeraldField.php
View Options
<?php
final
class
PhrictionDocumentTitleHeraldField
extends
PhrictionDocumentHeraldField
{
const
FIELDCONST
=
'phriction.document.title'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Title'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getContent
()->
getTitle
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
Event Timeline
Log In to Comment