Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101785195
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
Thu, Feb 13, 16:49
Size
287 B
Mime Type
text/x-php
Expires
Sat, Feb 15, 16:49 (1 d, 23 h)
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