Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93105164
PhabricatorApplicationHelp.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 26, 06:15
Size
439 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 06:15 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22576367
Attached To
rPH Phabricator
PhabricatorApplicationHelp.php
View Options
<?php
final
class
PhabricatorApplicationHelp
extends
PhabricatorApplication
{
public
function
canUninstall
()
{
return
false
;
}
public
function
isUnlisted
()
{
return
true
;
}
public
function
getRoutes
()
{
return
array
(
'/help/'
=>
array
(
'keyboardshortcut/'
=>
'PhabricatorHelpKeyboardShortcutController'
,
'editorprotocol/'
=>
'PhabricatorHelpEditorProtocolController'
,
),
);
}
}
Event Timeline
Log In to Comment