Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F21401588
PhrictionDocumentPathHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
384 B
Referenced Files
None
Subscribers
None
PhrictionDocumentPathHeraldField.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment