Page MenuHomec4science

AlmanacBindingEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Oct 9, 17:32

AlmanacBindingEditConduitAPIMethod.php

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

Event Timeline