Page MenuHomestyx hydra

DifferentialDiffContentRemovedHeraldField.php
No OneTemporary

DifferentialDiffContentRemovedHeraldField.php

<?php
final class DifferentialDiffContentRemovedHeraldField
extends DifferentialDiffHeraldField {
const FIELDCONST = 'differential.diff.old';
public function getHeraldFieldName() {
return pht('Removed file content');
}
public function getFieldGroupKey() {
return DifferentialChangeHeraldFieldGroup::FIELDGROUPKEY;
}
public function getHeraldFieldValue($object) {
return $this->getAdapter()->loadRemovedContentDictionary();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT_MAP;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 2, 6:20 PM (12 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432436
Default Alt Text
DifferentialDiffContentRemovedHeraldField.php (554 B)

Event Timeline