Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101841488
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
Fri, Feb 14, 06:55
Size
290 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 06:55 (2 d)
Engine
blob
Format
Raw Data
Handle
24240581
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