Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106762613
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
Mon, Mar 31, 06:20
Size
427 B
Mime Type
text/x-php
Expires
Wed, Apr 2, 06:20 (2 d)
Engine
blob
Format
Raw Data
Handle
25259112
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
getFontIcon
()
{
return
'fa-clock-o'
;
}
public
function
getGroup
()
{
return
'apps'
;
}
public
function
getOptions
()
{
return
array
();
}
}
Event Timeline
Log In to Comment