Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101028423
PhabricatorPhrequentConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 4, 23:23
Size
423 B
Mime Type
text/x-php
Expires
Thu, Feb 6, 23:23 (2 d)
Engine
blob
Format
Raw Data
Handle
24061643
Attached To
rPH Phabricator
PhabricatorPhrequentConfigOptions.php
View Options
<?php
final
class
PhabricatorPhrequentConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Phrequent'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Phrequent.'
);
}
public
function
getIcon
()
{
return
'fa-clock-o'
;
}
public
function
getGroup
()
{
return
'apps'
;
}
public
function
getOptions
()
{
return
array
();
}
}
Event Timeline
Log In to Comment