Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101945915
DiffusionCommitHeraldField.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
Sat, Feb 15, 11:15
Size
287 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 11:15 (2 d)
Engine
blob
Format
Raw Data
Handle
24162146
Attached To
rPH Phabricator
DiffusionCommitHeraldField.php
View Options
<?php
abstract
class
DiffusionCommitHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
PhabricatorRepositoryCommit
);
}
public
function
getFieldGroupKey
()
{
return
DiffusionCommitHeraldFieldGroup
::
FIELDGROUPKEY
;
}
}
Event Timeline
Log In to Comment