Differential D19336 Diff 46275 src/applications/almanac/conduit/AlmanacServiceEditConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/almanac/conduit/AlmanacServiceEditConduitAPIMethod.php
- This file was moved from src/applications/almanac/conduit/AlamancServiceEditConduitAPIMethod.php.
| <?php | <?php | ||||
| final class AlamancServiceEditConduitAPIMethod | final class AlmanacServiceEditConduitAPIMethod | ||||
| extends PhabricatorEditEngineAPIMethod { | extends PhabricatorEditEngineAPIMethod { | ||||
| public function getAPIMethodName() { | public function getAPIMethodName() { | ||||
| return 'almanac.service.edit'; | return 'almanac.service.edit'; | ||||
| } | } | ||||
| public function newEditEngine() { | public function newEditEngine() { | ||||
| return new AlmanacServiceEditEngine(); | return new AlmanacServiceEditEngine(); | ||||
| } | } | ||||
| public function getMethodSummary() { | public function getMethodSummary() { | ||||
| return pht( | return pht( | ||||
| 'Apply transactions to create a new service or edit an existing one.'); | 'Apply transactions to create a new service or edit an existing one.'); | ||||
| } | } | ||||
| } | } | ||||