ChunkWriterFromChunksDelegate
in package
implements
ChunkWriterInterface
FinalYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- toChunks() : Generator
- Converts the object's held data to a Generator.
Methods
__construct()
public
__construct(callable $delegate) : mixed
Parameters
- $delegate : callable
toChunks()
Converts the object's held data to a Generator.
public
toChunks() : Generator
Subsequent calls are expected to create a new Generator object each time.