Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108860023
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
Fri, Apr 18, 19:38
Size
426 B
Mime Type
text/x-php
Expires
Sun, Apr 20, 19:38 (2 d)
Engine
blob
Format
Raw Data
Handle
25619490
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