Page MenuHomestyx hydra

PhabricatorPackagesPublisherEditConduitAPIMethod.php
No OneTemporary

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

File Metadata

Mime Type
text/x-php
Expires
Wed, Dec 3, 12:59 PM (9 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
433422
Default Alt Text
PhabricatorPackagesPublisherEditConduitAPIMethod.php (434 B)

Event Timeline