Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36276489
PhabricatorApplicationTokens.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
989 B
Subscribers
None
PhabricatorApplicationTokens.php
View Options
<?php
final
class
PhabricatorApplicationTokens
extends
PhabricatorApplication
{
public
function
getName
()
{
return
pht
(
'Tokens'
);
}
public
function
isBeta
()
{
return
true
;
}
public
function
getBaseURI
()
{
return
'/token/'
;
}
public
function
getIconName
()
{
return
'token'
;
}
public
function
getTitleGlyph
()
{
return
"
\x
E2
\x
99
\x
A6"
;
}
public
function
getShortDescription
()
{
return
pht
(
'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
Sun, Feb 22, 6:45 PM (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
38/d6/3d93484eb2d68302fccd3bea3846
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment