Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107200647
HeraldTextFieldValue.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, Apr 5, 21:56
Size
347 B
Mime Type
text/x-php
Expires
Mon, Apr 7, 21:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25360577
Attached To
rPH Phabricator
HeraldTextFieldValue.php
View Options
<?php
final
class
HeraldTextFieldValue
extends
HeraldFieldValue
{
public
function
getFieldValueKey
()
{
return
'text'
;
}
public
function
getControlType
()
{
return
self
::
CONTROL_TEXT
;
}
public
function
renderFieldValue
(
$value
)
{
return
$value
;
}
public
function
renderEditorValue
(
$value
)
{
return
$value
;
}
}
Event Timeline
Log In to Comment