PHP Neos\Flow\ResourceManagement\Streams Namespace

Interfaces

Name Description
StreamWrapperInterface A stream wrapper interface. Modeled after the PHP streamWrapper class prototype. Check http://php.net/streamwrapper for details on that.

Classes

Name Description
ResourceStreamWrapper A stream wrapper for resources.
StreamWrapperAdapter A generic stream wrapper sitting between PHP and stream wrappers implementing StreamWrapperInterface.