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