Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295154
PhrictionDocumentContentHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
415 B
Referenced Files
None
Subscribers
None
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:04 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1195533
Default Alt Text
PhrictionDocumentContentHeraldField.php (415 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment