Page MenuHomePhorge

HarbormasterBuildStepEditAPIMethod.php
No OneTemporary

Size
423 B
Referenced Files
None
Subscribers
None

HarbormasterBuildStepEditAPIMethod.php

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

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 6:24 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
123690
Default Alt Text
HarbormasterBuildStepEditAPIMethod.php (423 B)

Event Timeline