__destruct() public method

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