SelfEmittableStreamInterface extends StreamInterface
A PSR-7 stream which allows to be emitted on its own.
Table of Contents
Methods
- emit() : mixed
- Output the contents of the stream to the output buffer
Methods
emit()
Output the contents of the stream to the output buffer
public
emit() : mixed