ChainFeatureFinder
in package
implements
FeatureFinder
Interfaces, Classes and Traits
Table of Contents
- $featureFinders : array<string|int, mixed>
- __construct() : mixed
- all() : array<string|int, Feature>
- get() : Feature
Properties
$featureFinders
private
array<string|int, mixed>
$featureFinders
Methods
__construct()
public
__construct(FeatureFinder ...$featureFinders) : mixed
Parameters
- $featureFinders : FeatureFinder
Return values
mixed —all()
public
all() : array<string|int, Feature>
Return values
array<string|int, Feature> —get()
public
get(string $featureId) : Feature
Parameters
- $featureId : string