Exemplo n.º 1
0
 public function __destruct()
 {
     unset($this->data);
     if (isset($this->villages)) {
         /*
         foreach ($this->villages as $k => $v)
         {
         	$v->__destruct ();
         }
         */
     }
     unset($this->villages);
     parent::__destruct();
 }