Page MenuHomestyx hydra

AlmanacDeviceEditConduitAPIMethod.php
No OneTemporary

AlmanacDeviceEditConduitAPIMethod.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, Dec 1, 3:11 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
430166
Default Alt Text
AlmanacDeviceEditConduitAPIMethod.php (397 B)

Event Timeline