Ejemplo n.º 1
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->owner);
 }
Ejemplo n.º 2
0
 public function __destruct()
 {
     unset($this->themeprops, self::$instances[$this->name], $this->templates);
     parent::__destruct();
 }
Ejemplo n.º 3
0
 public function __destruct()
 {
     unset($this->__filer, $this->tar, $this->zip, $this->unzip);
     parent::__destruct();
 }