Page MenuHomec4science

PhrictionDocumentContentHeraldField.php
No OneTemporary

File Metadata

Created
Mon, Jul 29, 02:20

PhrictionDocumentContentHeraldField.php

<?php
final class PhrictionDocumentContentHeraldField
extends PhrictionDocumentHeraldField {
const FIELDCONST = 'phriction.document.content';
public function getHeraldFieldName() {
return pht('Content');
}
public function getHeraldFieldValue($object) {
return $object->getContent()->getContent();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT;
}
}

Event Timeline