Page MenuHomePhorge

PhabricatorPackagesVersionEditConduitAPIMethod.php
No OneTemporary

Size
426 B
Referenced Files
None
Subscribers
None

PhabricatorPackagesVersionEditConduitAPIMethod.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 3:56 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
99108
Default Alt Text
PhabricatorPackagesVersionEditConduitAPIMethod.php (426 B)

Event Timeline