Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97796137
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
Mon, Jan 6, 11:40
Size
278 B
Mime Type
text/x-php
Expires
Wed, Jan 8, 11:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23452476
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
;
}
}
Event Timeline
Log In to Comment