Page MenuHomePhorge

AlmanacInterfaceEditConduitAPIMethod.php
No OneTemporary

Size
409 B
Referenced Files
None
Subscribers
None

AlmanacInterfaceEditConduitAPIMethod.php

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

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 6:11 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
110339
Default Alt Text
AlmanacInterfaceEditConduitAPIMethod.php (409 B)

Event Timeline