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