Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97021391
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, Jan 1, 17:28
Size
276 B
Mime Type
text/x-php
Expires
Fri, Jan 3, 17:28 (2 d)
Engine
blob
Format
Raw Data
Handle
23313962
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