Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90942944
PhabricatorConsoleApplication.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
Wed, Nov 6, 06:31
Size
455 B
Mime Type
text/x-php
Expires
Fri, Nov 8, 06:31 (2 d)
Engine
blob
Format
Raw Data
Handle
22163053
Attached To
rPH Phabricator
PhabricatorConsoleApplication.php
View Options
<?php
final
class
PhabricatorConsoleApplication
extends
PhabricatorApplication
{
public
function
getName
()
{
return
pht
(
'Console'
);
}
public
function
canUninstall
()
{
return
false
;
}
public
function
isUnlisted
()
{
return
true
;
}
public
function
getRoutes
()
{
return
array
(
'/~/'
=>
array
(
''
=>
'DarkConsoleController'
,
'data/(?P<key>[^/]+)/'
=>
'DarkConsoleDataController'
,
),
);
}
}
Event Timeline
Log In to Comment