Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function isOpen() : bool
 {
     return $this->readable->isOpen() || $this->writable->isOpen();
 }