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