Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97024865
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
Wed, Jan 1, 18:18
Size
168 B
Mime Type
text/x-php
Expires
Fri, Jan 3, 18:18 (2 d)
Engine
blob
Format
Raw Data
Handle
23314792
Attached To
rPH Phabricator
ManiphestTaskHeraldField.php
View Options
<?php
abstract
class
ManiphestTaskHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
ManiphestTask
);
}
}
Event Timeline
Log In to Comment