Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93222501
PhabricatorPackagesVersionEditConduitAPIMethod.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, Nov 27, 03:36
Size
426 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 03:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22586312
Attached To
rPH Phabricator
PhabricatorPackagesVersionEditConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorPackagesVersionEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'packages.version.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorPackagesVersionEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new version or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment