Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92296870
MacroEditConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 19, 04:37
Size
382 B
Mime Type
text/x-php
Expires
Thu, Nov 21, 04:37 (2 d)
Engine
blob
Format
Raw Data
Handle
22413162
Attached To
rPH Phabricator
MacroEditConduitAPIMethod.php
View Options
<?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.'
);
}
}
Event Timeline
Log In to Comment