Page MenuHomePhorge

AlmanacNamespaceEditConduitAPIMethod.php
No OneTemporary

Size
409 B
Referenced Files
None
Subscribers
None

AlmanacNamespaceEditConduitAPIMethod.php

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

File Metadata

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

Event Timeline