Documentation / StreamContainerInterface
Interface indicating a class containg a Stream.
namespace Phrity\Net;
interface StreamContainerInterface
{
// Methods
public function getStream(): StreamInterface;
}Documentation / StreamContainerInterface
Interface indicating a class containg a Stream.
namespace Phrity\Net;
interface StreamContainerInterface
{
// Methods
public function getStream(): StreamInterface;
}