Page MenuHomePhorge

DifferentialDiffContentRemovedHeraldField.php
No OneTemporary

Size
553 B
Referenced Files
None
Subscribers
None

DifferentialDiffContentRemovedHeraldField.php

<?php
final class DifferentialDiffContentRemovedHeraldField
extends DifferentialDiffHeraldField {
const FIELDCONST = 'differential.diff.old';
public function getHeraldFieldName() {
return pht('Removed file content');
}
public function getHeraldFieldValue($object) {
return $this->getAdapter()->loadRemovedContentDictionary();
}
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 (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80467
Default Alt Text
DifferentialDiffContentRemovedHeraldField.php (553 B)

Event Timeline