Page MenuHomePhorge

AlamancServiceEditConduitAPIMethod.php
No OneTemporary

Size
401 B
Referenced Files
None
Subscribers
None

AlamancServiceEditConduitAPIMethod.php

<?php
final class AlamancServiceEditConduitAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'almanac.service.edit';
}
public function newEditEngine() {
return new AlmanacServiceEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to create a new service or edit an existing one.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jul 6, 2:40 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
317627
Default Alt Text
AlamancServiceEditConduitAPIMethod.php (401 B)

Event Timeline