Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 287 Bytes

File metadata and controls

18 lines (12 loc) · 287 Bytes

Documentation / StreamContainerInterface

StreamContainerInterface

Interface indicating a class containg a Stream.

Synopsis

namespace Phrity\Net;

interface StreamContainerInterface
{
    // Methods

    public function getStream(): StreamInterface;
}