Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122023447
PhabricatorTokenController.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
Tue, Jul 15, 09:12
Size
308 B
Mime Type
text/x-php
Expires
Thu, Jul 17, 09:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27416204
Attached To
rPH Phabricator
PhabricatorTokenController.php
View Options
<?php
abstract
class
PhabricatorTokenController
extends
PhabricatorController
{
protected
function
buildSideNav
()
{
$nav
=
new
AphrontSideNavFilterView
();
$nav
->
setBaseURI
(
new
PhutilURI
(
$this
->
getApplicationURI
()));
$nav
->
addFilter
(
'given/'
,
pht
(
'Tokens Given'
));
return
$nav
;
}
}
Event Timeline
Log In to Comment