Page MenuHomePhorge

AlmanacDeviceEditConduitAPIMethod.php
No OneTemporary

Size
397 B
Referenced Files
None
Subscribers
None

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, May 12, 6:43 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
100131
Default Alt Text
AlmanacDeviceEditConduitAPIMethod.php (397 B)

Event Timeline