Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2350456
HeraldAlwaysField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
622 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
HeraldEmptyFieldValue
();
}
public
function
supportsObject
(
$object
)
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 11:50 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
379831
Default Alt Text
HeraldAlwaysField.php (622 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment