Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93968343
PasteEditConduitAPIMethod.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
Mon, Dec 2, 22:10
Size
393 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 22:10 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22726187
Attached To
rPH Phabricator
PasteEditConduitAPIMethod.php
View Options
<?php
final
class
PasteEditConduitAPIMethod
extends
PhabricatorApplicationEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'paste.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorPasteEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new paste or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment