Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93905997
PhabricatorPackagesPublisherEditConduitAPIMethod.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
Mon, Dec 2, 10:10
Size
434 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 10:10 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22722388
Attached To
rPH Phabricator
PhabricatorPackagesPublisherEditConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorPackagesPublisherEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'packages.publisher.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorPackagesPublisherEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new publisher or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment