Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91122200
PholioMockDescriptionHeraldField.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
Fri, Nov 8, 03:34
Size
396 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 03:34 (2 d)
Engine
blob
Format
Raw Data
Handle
22200833
Attached To
rPH Phabricator
PholioMockDescriptionHeraldField.php
View Options
<?php
final
class
PholioMockDescriptionHeraldField
extends
PholioMockHeraldField
{
const
FIELDCONST
=
'pholio.mock.description'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Description'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getDescription
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
Event Timeline
Log In to Comment