Instrument
in package
FinalYes
Table of Contents
Properties
- $advisory : array<string|int, mixed>
- $description : string|null
- $name : string
- $type : string|InstrumentType
- $unit : string|null
Methods
- __construct() : mixed
Properties
$advisory read-only
public
array<string|int, mixed>
$advisory
= []
$description read-only
public
string|null
$description
$name read-only
public
string
$name
$type read-only
public
string|InstrumentType
$type
$unit read-only
public
string|null
$unit
Methods
__construct()
public
__construct(string|InstrumentType $type, string $name, string|null $unit, string|null $description[, array<string|int, mixed> $advisory = [] ]) : mixed
Parameters
- $type : string|InstrumentType
- $name : string
- $unit : string|null
- $description : string|null
- $advisory : array<string|int, mixed> = []