Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91253585
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, Nov 9, 09:35
Size
298 B
Mime Type
text/x-php
Expires
Mon, Nov 11, 09:35 (2 d)
Engine
blob
Format
Raw Data
Handle
22230340
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
renderValue
(
PhabricatorUser
$viewer
,
$value
)
{
return
$value
;
}
}
Event Timeline
Log In to Comment