Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117655409
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, Jun 14, 20:16
Size
184 B
Mime Type
text/x-php
Expires
Mon, Jun 16, 20:16 (2 d)
Engine
blob
Format
Raw Data
Handle
26685155
Attached To
rPH Phabricator
DiffusionCommitHeraldField.php
View Options
<?php
abstract
class
DiffusionCommitHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
PhabricatorRepositoryCommit
);
}
}
Event Timeline
Log In to Comment