Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95971665
PhrictionDocumentPathHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Dec 21, 05:49
Size
384 B
Mime Type
text/x-php
Expires
Mon, Dec 23, 05:49 (2 d)
Engine
blob
Format
Raw Data
Handle
23093148
Attached To
rPH Phabricator
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
;
}
}
Event Timeline
Log In to Comment