コード例 #1
0
ファイル: GuzzleStream.php プロジェクト: KGalley/whathood
 /**
  * {@inheritdoc}
  */
 protected function doDetach()
 {
     $stream = $this->stream->getStream();
     $this->stream->detachStream();
     return $stream;
 }