Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F114837771
HeraldEmptyFieldValue.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
Wed, May 28, 00:46
Size
276 B
Mime Type
text/x-php
Expires
Fri, May 30, 00:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26441658
Attached To
rPH Phabricator
HeraldEmptyFieldValue.php
View Options
<?php
final
class
HeraldEmptyFieldValue
extends
HeraldFieldValue
{
public
function
getFieldValueKey
()
{
return
'none'
;
}
public
function
getControlType
()
{
return
self
::
CONTROL_NONE
;
}
public
function
renderFieldValue
(
$value
)
{
return
null
;
}
}
Event Timeline
Log In to Comment