Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F477157
HeraldAlwaysField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
527 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
getHeraldFieldValue
(
$object
)
{
return
true
;
}
public
function
getHeraldFieldConditions
()
{
return
array
(
HeraldAdapter
::
CONDITION_UNCONDITIONALLY
,
);
}
public
function
getHeraldFieldValueType
(
$condition
)
{
return
HeraldAdapter
::
VALUE_NONE
;
}
public
function
supportsObject
(
$object
)
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 6:50 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87125
Default Alt Text
HeraldAlwaysField.php (527 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment