Page MenuHomec4science

AlmanacBindingEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Nov 13, 06:48

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