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