Example #1
0
 /**
  *
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->loop);
     unset($this->listening);
     unset($this->paused);
 }