Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892406
PhabricatorGuideApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
643 B
Referenced Files
None
Subscribers
None
PhabricatorGuideApplication.php
View Options
<?php
final
class
PhabricatorGuideApplication
extends
PhabricatorApplication
{
public
function
getBaseURI
(
)
{
return
'/guides/'
;
}
public
function
getName
(
)
{
return
pht
(
'Guides'
)
;
}
public
function
getShortDescription
(
)
{
return
pht
(
'Short Tutorials'
)
;
}
public
function
getIcon
(
)
{
return
'fa-map-o'
;
}
public
function
getApplicationGroup
(
)
{
return
self
::
GROUP_UTILITIES
;
}
public
function
getRoutes
(
)
{
return
array
(
'/guides/'
=>
array
(
''
=>
'PhabricatorGuideModuleController'
,
'(?P<module>[^/]+)/'
=>
'PhabricatorGuideModuleController'
,
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 16:46 (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126618
Default Alt Text
PhabricatorGuideApplication.php (643 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment