Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35235616
PhabricatorTokensApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
952 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
getFontIcon
()
{
return
'fa-trophy'
;
}
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, 7:03 AM (7 h, 10 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
87/18/c4f3da15fb43892234650346e732
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment