Page MenuHomePhorge

MacroEditConduitAPIMethod.php
No OneTemporary

Size
382 B
Referenced Files
None
Subscribers
None

MacroEditConduitAPIMethod.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 2:09 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122085
Default Alt Text
MacroEditConduitAPIMethod.php (382 B)

Event Timeline