Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93168320
DifferentialRevisionHeraldField.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
Tue, Nov 26, 17:50
Size
290 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 17:50 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22585437
Attached To
rPH Phabricator
DifferentialRevisionHeraldField.php
View Options
<?php
abstract
class
DifferentialRevisionHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
DifferentialRevision
);
}
public
function
getFieldGroupKey
()
{
return
DifferentialRevisionHeraldFieldGroup
::
FIELDGROUPKEY
;
}
}
Event Timeline
Log In to Comment