Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96303301
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, Dec 24, 20:55
Size
259 B
Mime Type
text/x-php
Expires
Thu, Dec 26, 20:55 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23153921
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