Page MenuHomestyx hydra

PhrictionDocumentPathHeraldField.php
No OneTemporary

PhrictionDocumentPathHeraldField.php

<?php
final class PhrictionDocumentPathHeraldField
extends PhrictionDocumentHeraldField {
const FIELDCONST = 'path';
public function getHeraldFieldName() {
return pht('Path');
}
public function getHeraldFieldValue($object) {
return $object->getcontent()->getSlug();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 8:27 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
338457
Default Alt Text
PhrictionDocumentPathHeraldField.php (384 B)

Event Timeline