Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F555669
HeraldAlwaysField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
621 B
Referenced Files
None
Subscribers
None
HeraldAlwaysField.php
View Options
<?php
final
class
HeraldAlwaysField
extends
HeraldField
{
const
FIELDCONST
=
'always'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Always'
);
}
public
function
getFieldGroupKey
()
{
return
HeraldBasicFieldGroup
::
FIELDGROUPKEY
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
true
;
}
public
function
getHeraldFieldConditions
()
{
return
array
(
HeraldAdapter
::
CONDITION_UNCONDITIONALLY
,
);
}
public
function
getHeraldFieldValueType
(
$condition
)
{
return
new
HeraldBoolFieldValue
();
}
public
function
supportsObject
(
$object
)
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 6:44 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
125209
Default Alt Text
HeraldAlwaysField.php (621 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment