‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Http\SelfEmittableStreamInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Http\SelfEmittableStreamInterface:
TYPO3\CMS\Core\Http\FalDumpFileContentsDecoratorStream TYPO3\CMS\Core\Http\SelfEmittableLazyOpenStream

Public Member Functions

 emit ()
 

Detailed Description

A PSR-7 stream which allows to be emitted on its own.

Definition at line 27 of file SelfEmittableStreamInterface.php.

Member Function Documentation

◆ emit()

TYPO3\CMS\Core\Http\SelfEmittableStreamInterface::emit ( )

Output the contents of the stream to the output buffer

Implemented in TYPO3\CMS\Core\Http\SelfEmittableLazyOpenStream, and TYPO3\CMS\Core\Http\FalDumpFileContentsDecoratorStream.