Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F546243
PhabricatorPhurlController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
323 B
Referenced Files
None
Subscribers
None
PhabricatorPhurlController.php
View Options
<?php
abstract
class
PhabricatorPhurlController
extends
PhabricatorController
{
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
id
(
new
PhabricatorPhurlURLEditEngine
())
->
setViewer
(
$this
->
getViewer
())
->
addActionToCrumbs
(
$crumbs
);
return
$crumbs
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:10 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
106185
Default Alt Text
PhabricatorPhurlController.php (323 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment