Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101839657
HarbormasterBuildArcanistAutoplan.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
Fri, Feb 14, 06:28
Size
283 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 06:28 (2 d)
Engine
blob
Format
Raw Data
Handle
24240277
Attached To
rPH Phabricator
HarbormasterBuildArcanistAutoplan.php
View Options
<?php
final
class
HarbormasterBuildArcanistAutoplan
extends
HarbormasterBuildAutoplan
{
const
PLANKEY
=
'arcanist'
;
public
function
getAutoplanPlanKey
()
{
return
self
::
PLANKEY
;
}
public
function
getAutoplanName
()
{
return
pht
(
'Arcanist Client Results'
);
}
}
Event Timeline
Log In to Comment