Page MenuHomec4science

AlamancServiceEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Sun, Dec 1, 13:07

AlamancServiceEditConduitAPIMethod.php

<?php
final class AlamancServiceEditConduitAPIMethod
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