StreamWriterFromFileWriter
in package
implements
StreamWriterInterface
FinalYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- toStream() : StreamInterface
- Converts the object's data to a stream.
Methods
__construct()
public
__construct(FileWriterInterface $source) : mixed
Parameters
- $source : FileWriterInterface
toStream()
Converts the object's data to a stream.
public
toStream() : StreamInterface
Subsequent calls are expected to return a new stream each time.