Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106093010
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
Sat, Mar 22, 07:35
Size
259 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 07:35 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25112265
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