IDTrait
The command to manage an ArangoDB database.
Table of Contents
Properties
- $id : null|int|string
- The unique identifier of the command.
Methods
- initializeID() : void
- Initialize the unique identifier of the command.
Properties
$id
The unique identifier of the command.
public
null|int|string
$id
= null
Methods
initializeID()
Initialize the unique identifier of the command.
public
initializeID([array<string|int, mixed> $init = [] ]) : void
Parameters
- $init : array<string|int, mixed> = []