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
Sat, Nov 15, 9:49 PM (1 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
338457
Default Alt Text
PhrictionDocumentPathHeraldField.php (384 B)

Event Timeline