Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111977130
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
Tue, May 6, 11:19
Size
259 B
Mime Type
text/x-php
Expires
Thu, May 8, 11:19 (2 d)
Engine
blob
Format
Raw Data
Handle
25958432
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