Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F462827
PhabricatorMultimeterApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
PhabricatorMultimeterApplication.php
View Options
<?php
final
class
PhabricatorMultimeterApplication
extends
PhabricatorApplication
{
public
function
getName
()
{
return
pht
(
'Multimeter'
);
}
public
function
getBaseURI
()
{
return
'/multimeter/'
;
}
public
function
getFontIcon
()
{
return
'fa-motorcycle'
;
}
public
function
isPrototype
()
{
return
true
;
}
public
function
getTitleGlyph
()
{
return
"
\x
E2
\x
8F
\x
B3"
;
}
public
function
getApplicationGroup
()
{
return
self
::
GROUP_DEVELOPER
;
}
public
function
getShortDescription
()
{
return
pht
(
'Performance Sampler'
);
}
public
function
getRemarkupRules
()
{
return
array
();
}
public
function
getRoutes
()
{
return
array
(
'/multimeter/'
=>
array
(
''
=>
'MultimeterSampleController'
,
),
);
}
public
function
getHelpDocumentationArticles
(
PhabricatorUser
$viewer
)
{
return
array
(
array
(
'name'
=>
pht
(
'Multimeter User Guide'
),
'href'
=>
PhabricatorEnv
::
getDoclink
(
'Multimeter User Guide'
),
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 6:32 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72833
Default Alt Text
PhabricatorMultimeterApplication.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment