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