Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F956076
PhabricatorApplicationPhlux.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
PhabricatorApplicationPhlux.php
View Options
<?php
final
class
PhabricatorApplicationPhlux
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
Tue, Jun 17, 5:29 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226138
Default Alt Text
PhabricatorApplicationPhlux.php (751 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment