Page MenuHomec4science

PhabricatorPackagesPublisherEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Dec 2, 10:10

PhabricatorPackagesPublisherEditConduitAPIMethod.php

<?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