Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106076367
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
Sat, Mar 22, 03:19
Size
283 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 03:19 (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
25109528
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