ArrayExtractor implements Extractor
FinalYes
Interfaces
Methods
- __construct() : mixed
- extract() : Generator<Signal|null, void>
- withSchema() : self
Methods
__construct()
public
__construct(iterable<string|int, array<string|int, mixed>> $dataset) : mixed
Parameters
- $dataset : iterable<string|int, array<string|int, mixed>>
extract()
public
extract(FlowContext $context) : Generator<Signal|null, void>
Parameters
- $context : FlowContext
Return values
Generator<Signal|null, void>withSchema()
public
withSchema(Schema $schema) : self
Parameters
- $schema : Schema