Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98194975
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 10, 22:30
Size
168 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 22:30 (2 d)
Engine
blob
Format
Raw Data
Handle
23531450
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