Page MenuHomec4science

AlmanacNetworkEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Mar 24, 16:24

AlmanacNetworkEditConduitAPIMethod.php

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

Event Timeline