Table of Contents
-
$id
: string
-
$name
: string
-
$stored_instruments
: array<string|int, mixed>
-
$supported_instruments
: array<string|int, mixed>
-
$test_mode
: bool
-
$type
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$id
public
string
$id
$name
public
string
$name
$stored_instruments
public
array<string|int, mixed>
$stored_instruments
$supported_instruments
public
array<string|int, mixed>
$supported_instruments
$test_mode
public
bool
$test_mode
$type
public
string
$type
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—