Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1142987
HeraldFieldValue.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
680 B
Referenced Files
None
Subscribers
None
HeraldFieldValue.php
View Options
<?php
abstract
class
HeraldFieldValue
extends
Phobject
{
const
CONTROL_NONE
=
'herald.control.none'
;
const
CONTROL_TEXT
=
'herald.control.text'
;
const
CONTROL_SELECT
=
'herald.control.select'
;
const
CONTROL_TOKENIZER
=
'herald.control.tokenizer'
;
abstract
public
function
getFieldValueKey
();
abstract
public
function
getControlType
();
abstract
public
function
renderValue
(
PhabricatorUser
$viewer
,
$value
);
final
public
function
getControlSpecificationDictionary
()
{
return
array
(
'control'
=>
$this
->
getControlType
(),
'template'
=>
$this
->
getControlTemplate
(),
);
}
protected
function
getControlTemplate
()
{
return
array
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jul 1, 10:00 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
282411
Default Alt Text
HeraldFieldValue.php (680 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment