Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93603985
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, Nov 30, 02:31
Size
287 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 02:31 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22672206
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