Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F477133
HeraldAnotherRuleField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
574 B
Referenced Files
None
Subscribers
None
HeraldAnotherRuleField.php
View Options
<?php
final
class
HeraldAnotherRuleField
extends
HeraldField
{
const
FIELDCONST
=
'rule'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Another Herald rule'
);
}
public
function
supportsObject
(
$object
)
{
return
true
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
null
;
}
public
function
getHeraldFieldConditions
()
{
return
array
(
HeraldAdapter
::
CONDITION_RULE
,
HeraldAdapter
::
CONDITION_NOT_RULE
,
);
}
public
function
getHeraldFieldValueType
(
$condition
)
{
return
HeraldAdapter
::
VALUE_RULE
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 6:48 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87124
Default Alt Text
HeraldAnotherRuleField.php (574 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment