Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93823318
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
Sun, Dec 1, 19:24
Size
278 B
Mime Type
text/x-php
Expires
Tue, Dec 3, 19:24 (2 d)
Engine
blob
Format
Raw Data
Handle
22710563
Attached To
rPH Phabricator
DifferentialDiffHeraldField.php
View Options
<?php
abstract
class
DifferentialDiffHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
DifferentialDiff
);
}
public
function
getFieldGroupKey
()
{
return
DifferentialDiffHeraldFieldGroup
::
FIELDGROUPKEY
;
}
}
Event Timeline
Log In to Comment