InstrumentTypeCriteria
in package
implements
SelectionCriteriaInterface
FinalYes
Table of Contents
Interfaces
Properties
- $instrumentTypes : array<string|int, mixed>
Methods
- __construct() : mixed
- accepts() : bool
Properties
$instrumentTypes read-only
private
array<string|int, mixed>
$instrumentTypes
Methods
__construct()
public
__construct(string|InstrumentType|array<string|int, string>|array<string|int, InstrumentType> $instrumentType) : mixed
Parameters
- $instrumentType : string|InstrumentType|array<string|int, string>|array<string|int, InstrumentType>
accepts()
public
accepts(Instrument $instrument, InstrumentationScopeInterface $instrumentationScope) : bool
Parameters
- $instrument : Instrument
- $instrumentationScope : InstrumentationScopeInterface