Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891436
DiffusionPreCommitRefHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
428 B
Referenced Files
None
Subscribers
None
DiffusionPreCommitRefHeraldField.php
View Options
<?php
abstract
class
DiffusionPreCommitRefHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
if
(
!
(
$object
instanceof
PhabricatorRepositoryPushLog
)
)
{
return
false
;
}
if
(
!
$this
->
getAdapter
(
)
->
isPreCommitRefAdapter
(
)
)
{
return
false
;
}
return
true
;
}
public
function
getFieldGroupKey
(
)
{
return
DiffusionPreCommitRefHeraldFieldGroup
::
FIELDGROUPKEY
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 15:12 (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125853
Default Alt Text
DiffusionPreCommitRefHeraldField.php (428 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment