3 final class DiffusionCommitMergeHeraldField
4 extends DiffusionCommitHeraldField
{
6 const FIELDCONST
= 'diffusion.commit.merge';
8 public function getHeraldFieldName() {
9 return pht('Is merge commit');
12 public function getHeraldFieldValue($object) {
13 return $this->getAdapter()->loadIsMergeCommit();
16 protected function getHeraldFieldStandardType() {
17 return HeraldField
::STANDARD_BOOL
;