Page MenuHomec4science

AlmanacServiceEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Oct 9, 23:45

AlmanacServiceEditConduitAPIMethod.php

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

Event Timeline