Page MenuHomePhorge

HarbormasterBuildableEditAPIMethod.php
No OneTemporary

Size
427 B
Referenced Files
None
Subscribers
None

HarbormasterBuildableEditAPIMethod.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 4:37 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
101517
Default Alt Text
HarbormasterBuildableEditAPIMethod.php (427 B)

Event Timeline