Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F21409798
PhabricatorUIExamplesApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
898 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
getName
()
{
return
pht
(
'UIExamples'
);
}
public
function
getFontIcon
()
{
return
'fa-magnet'
;
}
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
Fri, Jul 31, 11:26 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16431162
Default Alt Text
PhabricatorUIExamplesApplication.php (898 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment