Exemplo n.º 1
0
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax = NULL;
     parent::__destruct();
 }
Exemplo n.º 2
0
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax;
     $this->pages = NULL;
     $this->langs = NULL;
     $this->groupId = NULL;
     parent::__destruct();
 }
Exemplo n.º 3
0
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax = NULL;
     $this->menumodel = NULL;
     $this->menuitemmodel = NULL;
     $this->pages = NULL;
     $this->langs = NULL;
     parent::__destruct();
 }
Exemplo n.º 4
0
 public function __destruct()
 {
     $this->display();
     parent::__destruct();
 }
Exemplo n.º 5
0
 public function __destruct()
 {
     $this->display();
     $this->greenList = NULL;
     parent::__destruct();
 }