Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93130180
PhabricatorPackagesPackageEditConduitAPIMethod.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 26, 10:37
Size
426 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 10:37 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22578652
Attached To
rPH Phabricator
PhabricatorPackagesPackageEditConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorPackagesPackageEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'packages.package.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorPackagesPackageEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new package or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment