Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100484993
ManiphestTaskHeraldField.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, Jan 31, 04:16
Size
269 B
Mime Type
text/x-php
Expires
Sun, Feb 2, 04:16 (2 d)
Engine
blob
Format
Raw Data
Handle
23973994
Attached To
rPH Phabricator
ManiphestTaskHeraldField.php
View Options
<?php
abstract
class
ManiphestTaskHeraldField
extends
HeraldField
{
public
function
getFieldGroupKey
()
{
return
ManiphestTaskHeraldFieldGroup
::
FIELDGROUPKEY
;
}
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
ManiphestTask
);
}
}
Event Timeline
Log In to Comment