Page MenuHomePhorge

OwnersEditConduitAPIMethod.php
No OneTemporary

Size
411 B
Referenced Files
None
Subscribers
None

OwnersEditConduitAPIMethod.php

<?php
final class OwnersEditConduitAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'owners.edit';
}
public function newEditEngine() {
return new PhabricatorOwnersPackageEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to create a new Owners package or edit an existing '.
'one.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 2:25 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
99693
Default Alt Text
OwnersEditConduitAPIMethod.php (411 B)

Event Timeline