Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281174
PhabricatorSupportApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
432 B
Referenced Files
None
Subscribers
None
PhabricatorSupportApplication.php
View Options
<?php
final
class
PhabricatorSupportApplication
extends
PhabricatorApplication
{
public
function
getName
(
)
{
return
pht
(
'Support'
)
;
}
public
function
canUninstall
(
)
{
return
false
;
}
public
function
isUnlisted
(
)
{
return
true
;
}
public
function
getRoutes
(
)
{
return
array
(
'/help/'
=>
array
(
'keyboardshortcut/'
=>
'PhabricatorHelpKeyboardShortcutController'
,
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Mar 23, 19:52 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1148947
Default Alt Text
PhabricatorSupportApplication.php (432 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment