Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894077
DiffusionCommitMergeHeraldField.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
425 B
Referenced Files
None
Subscribers
None
DiffusionCommitMergeHeraldField.php
View Options
<?php
final
class
DiffusionCommitMergeHeraldField
extends
DiffusionCommitHeraldField
{
const
FIELDCONST
=
'diffusion.commit.merge'
;
public
function
getHeraldFieldName
(
)
{
return
pht
(
'Is merge commit'
)
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
(
)
->
loadIsMergeCommit
(
)
;
}
protected
function
getHeraldFieldStandardType
(
)
{
return
HeraldField
::
STANDARD_BOOL
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 19:20 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127915
Default Alt Text
DiffusionCommitMergeHeraldField.php (425 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment