Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F542358
PhabricatorTokenController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
609 B
Referenced Files
None
Subscribers
None
PhabricatorTokenController.php
View Options
<?php
abstract
class
PhabricatorTokenController
extends
PhabricatorController
{
protected
function
buildSideNav
()
{
$nav
=
new
AphrontSideNavFilterView
();
$nav
->
setBaseURI
(
new
PhutilURI
(
$this
->
getApplicationURI
()));
$nav
->
addLabel
(
pht
(
'Tokens'
));
$nav
->
addFilter
(
'given/'
,
pht
(
'Tokens Given'
));
$nav
->
addFilter
(
'leaders/'
,
pht
(
'Leader Board'
));
return
$nav
;
}
public
function
buildApplicationMenu
()
{
return
$this
->
buildSideNav
()->
getMenu
();
}
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
return
$crumbs
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 10:41 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
97483
Default Alt Text
PhabricatorTokenController.php (609 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment