Page MenuHomec4science

AlmanacDeviceEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Sat, Sep 7, 01:19

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

Event Timeline