Page MenuHomePhorge

AlmanacNetworkEditConduitAPIMethod.php
No OneTemporary

Size
401 B
Referenced Files
None
Subscribers
None

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.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 10:50 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124686
Default Alt Text
AlmanacNetworkEditConduitAPIMethod.php (401 B)

Event Timeline