Page MenuHomestyx hydra

DiffusionPreCommitContentDiffContentRemovedHeraldField.php
No OneTemporary

DiffusionPreCommitContentDiffContentRemovedHeraldField.php

<?php
final class DiffusionPreCommitContentDiffContentRemovedHeraldField
extends DiffusionPreCommitContentHeraldField {
const FIELDCONST = 'diffusion.pre.commit.diff.old';
public function getHeraldFieldName() {
return pht('Removed diff content');
}
public function getFieldGroupKey() {
return DiffusionChangeHeraldFieldGroup::FIELDGROUPKEY;
}
public function getHeraldFieldValue($object) {
return $this->getAdapter()->getDiffContent('-');
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT_MAP;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 7:17 PM (5 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347989
Default Alt Text
DiffusionPreCommitContentDiffContentRemovedHeraldField.php (570 B)

Event Timeline