Page MenuHomePhabricator

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
Fri, Jul 31, 3:52 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16385550
Default Alt Text
PhrictionDocumentPathHeraldField.php (384 B)

Event Timeline