Page MenuHomePhorge

PhabricatorPackagesPackageEditConduitAPIMethod.php
No OneTemporary

Size
426 B
Referenced Files
None
Subscribers
None

PhabricatorPackagesPackageEditConduitAPIMethod.php

<?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.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jun 18, 1:49 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
236178
Default Alt Text
PhabricatorPackagesPackageEditConduitAPIMethod.php (426 B)

Event Timeline