Page MenuHomePhorge

DifferentialDiffContentHeraldField.php
No OneTemporary

Size
543 B
Referenced Files
None
Subscribers
None

DifferentialDiffContentHeraldField.php

<?php
final class DifferentialDiffContentHeraldField
extends DifferentialDiffHeraldField {
const FIELDCONST = 'differential.diff.content';
public function getHeraldFieldName() {
return pht('Changed file content');
}
public function getHeraldFieldValue($object) {
return $this->getAdapter()->loadContentDictionary();
}
protected function getHeraldFieldStandardConditions() {
return self::STANDARD_TEXT_MAP;
}
public function getHeraldFieldValueType($condition) {
return HeraldAdapter::VALUE_TEXT;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 6, 5:06 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80466
Default Alt Text
DifferentialDiffContentHeraldField.php (543 B)

Event Timeline