Page MenuHomec4science

DiffusionPreCommitContentDiffContentHeraldField.php
No OneTemporary

File Metadata

Created
Thu, Jan 9, 21:06

DiffusionPreCommitContentDiffContentHeraldField.php

<?php
final class DiffusionPreCommitContentDiffContentHeraldField
extends DiffusionPreCommitContentHeraldField {
const FIELDCONST = 'diffusion.pre.commit.diff.content';
public function getHeraldFieldName() {
return pht('Diff content');
}
public function getHeraldFieldValue($object) {
return $this->getAdapter()->getDiffContent('*');
}
protected function getHeraldFieldStandardConditions() {
return self::STANDARD_TEXT_MAP;
}
public function getHeraldFieldValueType($condition) {
return HeraldAdapter::VALUE_TEXT;
}
}

Event Timeline