Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F956074
PhabricatorApplicationFact.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
677 B
Referenced Files
None
Subscribers
None
PhabricatorApplicationFact.php
View Options
<?php
final
class
PhabricatorApplicationFact
extends
PhabricatorApplication
{
public
function
getShortDescription
()
{
return
pht
(
'Chart and Analyze Data'
);
}
public
function
getName
()
{
return
pht
(
'Facts'
);
}
public
function
getBaseURI
()
{
return
'/fact/'
;
}
public
function
getIconName
()
{
return
'fact'
;
}
public
function
getApplicationGroup
()
{
return
self
::
GROUP_UTILITIES
;
}
public
function
isBeta
()
{
return
true
;
}
public
function
getRoutes
()
{
return
array
(
'/fact/'
=>
array
(
''
=>
'PhabricatorFactHomeController'
,
'chart/'
=>
'PhabricatorFactChartController'
,
),
);
}
}
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
226131
Default Alt Text
PhabricatorApplicationFact.php (677 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment