Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F467662
PhabricatorUIExamplesApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
834 B
Referenced Files
None
Subscribers
None
PhabricatorUIExamplesApplication.php
View Options
<?php
final
class
PhabricatorUIExamplesApplication
extends
PhabricatorApplication
{
public
function
getBaseURI
()
{
return
'/uiexample/'
;
}
public
function
getShortDescription
()
{
return
pht
(
'Developer UI Examples'
);
}
public
function
getIconName
()
{
return
'uiexamples'
;
}
public
function
getTitleGlyph
()
{
return
"
\x
E2
\x
8F
\x
9A"
;
}
public
function
getFlavorText
()
{
return
pht
(
'A gallery of modern art.'
);
}
public
function
getApplicationGroup
()
{
return
self
::
GROUP_DEVELOPER
;
}
public
function
getApplicationOrder
()
{
return
0.110
;
}
public
function
getRoutes
()
{
return
array
(
'/uiexample/'
=>
array
(
''
=>
'PhabricatorUIExampleRenderController'
,
'view/(?P<class>[^/]+)/'
=>
'PhabricatorUIExampleRenderController'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 3:34 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
81111
Default Alt Text
PhabricatorUIExamplesApplication.php (834 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment