Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90734829
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
Mon, Nov 4, 07:04
Size
330 B
Mime Type
text/x-php
Expires
Wed, Nov 6, 07:04 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22126606
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
getOptions
()
{
return
array
();
}
}
Event Timeline
Log In to Comment