Ejemplo n.º 1
0
 public function __destruct()
 {
     $this->base->free();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function reset()
 {
     parent::reset();
     $this->loop->stop();
     $this->loop->free();
 }