Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100840248
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
Mon, Feb 3, 04:36
Size
296 B
Mime Type
text/x-php
Expires
Wed, Feb 5, 04:36 (2 d)
Engine
blob
Format
Raw Data
Handle
24042852
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
renderValue
(
PhabricatorUser
$viewer
,
$value
)
{
return
null
;
}
}
Event Timeline
Log In to Comment