Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90939306
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 6, 05:32
Size
426 B
Mime Type
text/x-php
Expires
Fri, Nov 8, 05:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22158480
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