Inheritance: implements Kraken\Supervision\SolverInterface
示例#1
0
 /**
  *
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->model);
     unset($this->queue);
 }
示例#2
0
 /**
  *
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->runtime);
 }