Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92480827
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
Wed, Nov 20, 16:23
Size
308 B
Mime Type
text/x-php
Expires
Fri, Nov 22, 16:23 (2 d)
Engine
blob
Format
Raw Data
Handle
22448185
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
getOptions
()
{
return
array
();
}
}
Event Timeline
Log In to Comment