__destruct() public method

public __destruct ( )
Esempio n. 1
0
 /**
  *
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->model);
     unset($this->queue);
 }
Esempio n. 2
0
 /**
  *
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->runtime);
 }