Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295534
PhabricatorPHPASTApplication.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
1 KB
Referenced Files
None
Subscribers
None
PhabricatorPHPASTApplication.php
View Options
<?php
final
class
PhabricatorPHPASTApplication
extends
PhabricatorApplication
{
public
function
getName
(
)
{
return
pht
(
'PHPAST'
)
;
}
public
function
getBaseURI
(
)
{
return
'/xhpast/'
;
}
public
function
getIcon
(
)
{
return
'fa-ambulance'
;
}
public
function
getShortDescription
(
)
{
return
pht
(
'Visual PHP Parser'
)
;
}
public
function
getTitleGlyph
(
)
{
return
"\xE2\x96\xA0"
;
}
public
function
getApplicationGroup
(
)
{
return
self
::
GROUP_DEVELOPER
;
}
public
function
getRoutes
(
)
{
return
array
(
'/xhpast/'
=>
array
(
''
=>
'PhabricatorXHPASTViewRunController'
,
'view/(?P<id>[1-9]\d*)/'
=>
'PhabricatorXHPASTViewFrameController'
,
'frameset/(?P<id>[1-9]\d*)/'
=>
'PhabricatorXHPASTViewFramesetController'
,
'input/(?P<id>[1-9]\d*)/'
=>
'PhabricatorXHPASTViewInputController'
,
'tree/(?P<id>[1-9]\d*)/'
=>
'PhabricatorXHPASTViewTreeController'
,
'stream/(?P<id>[1-9]\d*)/'
=>
'PhabricatorXHPASTViewStreamController'
,
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 02:22 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1139265
Default Alt Text
PhabricatorPHPASTApplication.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment