Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890944
PhabricatorHelpApplication.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
527 B
Referenced Files
None
Subscribers
None
PhabricatorHelpApplication.php
View Options
<?php
final
class
PhabricatorHelpApplication
extends
PhabricatorApplication
{
public
function
getName
(
)
{
return
pht
(
'Help'
)
;
}
public
function
canUninstall
(
)
{
return
false
;
}
public
function
isUnlisted
(
)
{
return
true
;
}
public
function
getRoutes
(
)
{
return
array
(
'/help/'
=>
array
(
'keyboardshortcut/'
=>
'PhabricatorHelpKeyboardShortcutController'
,
'documentation/(?P<application>\w+)/'
=>
'PhabricatorHelpDocumentationController'
,
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 14:23 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125460
Default Alt Text
PhabricatorHelpApplication.php (527 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment