Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102679339
PhabricatorHarbormasterConfigOptions.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
Sun, Feb 23, 04:33
Size
391 B
Mime Type
text/x-php
Expires
Tue, Feb 25, 04:33 (2 d)
Engine
blob
Format
Raw Data
Handle
24395601
Attached To
rPH Phabricator
PhabricatorHarbormasterConfigOptions.php
View Options
<?php
final
class
PhabricatorHarbormasterConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Harbormaster'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Harbormaster build engine.'
);
}
public
function
getFontIcon
()
{
return
'fa-ship'
;
}
public
function
getOptions
()
{
return
array
();
}
}
Event Timeline
Log In to Comment