Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93836688
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
Sun, Dec 1, 21:52
Size
290 B
Mime Type
text/x-php
Expires
Tue, Dec 3, 21:52 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22712615
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