Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F550024
PholioMockNameHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
368 B
Referenced Files
None
Subscribers
None
PholioMockNameHeraldField.php
View Options
<?php
final
class
PholioMockNameHeraldField
extends
PholioMockHeraldField
{
const
FIELDCONST
=
'pholio.mock.name'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Name'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getName
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 2:28 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122281
Default Alt Text
PholioMockNameHeraldField.php (368 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment