Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F461352
PhabricatorPhluxApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
751 B
Referenced Files
None
Subscribers
None
PhabricatorPhluxApplication.php
View Options
<?php
final
class
PhabricatorPhluxApplication
extends
PhabricatorApplication
{
public
function
getBaseURI
()
{
return
'/phlux/'
;
}
public
function
getShortDescription
()
{
return
pht
(
'Key/Value Configuration Store'
);
}
public
function
getIconName
()
{
return
'phlux'
;
}
public
function
getTitleGlyph
()
{
return
"
\x
E2
\x
98
\x
BD"
;
}
public
function
getApplicationGroup
()
{
return
self
::
GROUP_UTILITIES
;
}
public
function
isBeta
()
{
return
true
;
}
public
function
getRoutes
()
{
return
array
(
'/phlux/'
=>
array
(
''
=>
'PhluxListController'
,
'view/(?P<key>[^/]+)/'
=>
'PhluxViewController'
,
'edit/(?:(?P<key>[^/]+)/)?'
=>
'PhluxEditController'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 4:45 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72200
Default Alt Text
PhabricatorPhluxApplication.php (751 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment