public function Stream::getStream

Get the stream resource

Return value

resource

Overrides StreamInterface::getStream

File

drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php, line 129

Class

Stream
PHP stream implementation

Namespace

Guzzle\Stream

Code

public function getStream() {
  return $this->stream;
}