Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118474159
HeraldRuleField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jun 20, 07:23
Size
259 B
Mime Type
text/x-php
Expires
Sun, Jun 22, 07:23 (2 d)
Engine
blob
Format
Raw Data
Handle
26891714
Attached To
rPH Phabricator
HeraldRuleField.php
View Options
<?php
abstract
class
HeraldRuleField
extends
HeraldField
{
public
function
getFieldGroupKey
()
{
return
ManiphestTaskHeraldFieldGroup
::
FIELDGROUPKEY
;
}
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
HeraldRule
);
}
}
Event Timeline
Log In to Comment