Example #1
0
 /**
  * Frees as much memory that has been used by this object as possible.
  */
 public function __destruct()
 {
     unset($this->template, $this->configurationCheck);
     parent::__destruct();
 }