Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100205429
ManiphestEditConduitAPIMethod.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
Wed, Jan 29, 00:53
Size
382 B
Mime Type
text/x-php
Expires
Fri, Jan 31, 00:53 (2 d)
Engine
blob
Format
Raw Data
Handle
23885189
Attached To
rPH Phabricator
ManiphestEditConduitAPIMethod.php
View Options
<?php
final
class
ManiphestEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'maniphest.edit'
;
}
public
function
newEditEngine
()
{
return
new
ManiphestEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new task or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment