Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35253257
PhabricatorTokensApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
951 B
Subscribers
None
PhabricatorTokensApplication.php
View Options
<?php
final
class
PhabricatorTokensApplication
extends
PhabricatorApplication
{
public
function
getName
()
{
return
pht
(
'Tokens'
);
}
public
function
getBaseURI
()
{
return
'/token/'
;
}
public
function
getIcon
()
{
return
'fa-thumbs-up'
;
}
public
function
getTitleGlyph
()
{
return
"
\x
E2
\x
99
\x
A6"
;
}
public
function
getShortDescription
()
{
return
pht
(
'Award and Acquire Trinkets'
);
}
public
function
getApplicationGroup
()
{
return
self
::
GROUP_UTILITIES
;
}
public
function
getRoutes
()
{
return
array
(
'/token/'
=>
array
(
''
=>
'PhabricatorTokenGivenController'
,
'given/'
=>
'PhabricatorTokenGivenController'
,
'give/(?<phid>[^/]+)/'
=>
'PhabricatorTokenGiveController'
,
'leaders/'
=>
'PhabricatorTokenLeaderController'
,
),
);
}
public
function
getEventListeners
()
{
return
array
(
new
PhabricatorTokenUIEventListener
(),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Feb 4, 4:13 PM (18 h, 23 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0b/9f/9bf8fe8f9e05bdabeeea876707b1
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment