Ejemplo n.º 1
0
 public function close()
 {
     return $this->body ? $this->body->close() : true;
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function close()
 {
     $this->_delegate->close();
 }