Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91689011
PhluxController.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
Wed, Nov 13, 12:19
Size
386 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 12:19 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22306275
Attached To
rPH Phabricator
PhluxController.php
View Options
<?php
abstract
class
PhluxController
extends
PhabricatorController
{
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
$crumbs
->
addAction
(
id
(
new
PHUIListItemView
())
->
setName
(
pht
(
'Create Variable'
))
->
setHref
(
$this
->
getApplicationURI
(
'/edit/'
))
->
setIcon
(
'fa-plus-square'
));
return
$crumbs
;
}
}
Event Timeline
Log In to Comment