Page MenuHomec4science

DifferentialDiffContentAddedHeraldField.php
No OneTemporary

File Metadata

Created
Sat, Jan 4, 19:30

DifferentialDiffContentAddedHeraldField.php

<?php
final class DifferentialDiffContentAddedHeraldField
extends DifferentialDiffHeraldField {
const FIELDCONST = 'differential.diff.new';
public function getHeraldFieldName() {
return pht('Added file content');
}
public function getHeraldFieldValue($object) {
return $this->getAdapter()->loadAddedContentDictionary();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT_MAP;
}
}

Event Timeline