Page MenuHomePhorge

HarbormasterBuildPlanEditAPIMethod.php
No OneTemporary

Size
428 B
Referenced Files
None
Subscribers
None

HarbormasterBuildPlanEditAPIMethod.php

<?php
final class HarbormasterBuildPlanEditAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'harbormaster.buildplan.edit';
}
public function newEditEngine() {
return new HarbormasterBuildPlanEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to create a new build plan or edit an existing '.
'one.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 4:44 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
123733
Default Alt Text
HarbormasterBuildPlanEditAPIMethod.php (428 B)

Event Timeline