3 final class DiffusionPreCommitContentDiffContentRemovedHeraldField
4 extends DiffusionPreCommitContentHeraldField
{
6 const FIELDCONST
= 'diffusion.pre.commit.diff.old';
8 public function getHeraldFieldName() {
9 return pht('Removed diff content');
12 public function getFieldGroupKey() {
13 return DiffusionChangeHeraldFieldGroup
::FIELDGROUPKEY
;
16 public function getHeraldFieldValue($object) {
17 return $this->getAdapter()->getDiffContent('-');
20 protected function getHeraldFieldStandardType() {
21 return self
::STANDARD_TEXT_MAP
;