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, Jul 28, 6:44 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
187366
Default Alt Text
AlmanacDeviceEditConduitAPIMethod.php (397 B)

Event Timeline