Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99362851
DifferentialDiffHeraldField.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
Thu, Jan 23, 20:58
Size
174 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 20:58 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23782519
Attached To
rPH Phabricator
DifferentialDiffHeraldField.php
View Options
<?php
abstract
class
DifferentialDiffHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
DifferentialDiff
);
}
}
Event Timeline
Log In to Comment