Exemple #1
0
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax = NULL;
     parent::__destruct();
 }
Exemple #2
0
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax;
     $this->pages = NULL;
     $this->langs = NULL;
     $this->groupId = NULL;
     parent::__destruct();
 }
Exemple #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();
 }
 public function __destruct()
 {
     $this->display();
     parent::__destruct();
 }
 public function __destruct()
 {
     $this->display();
     $this->greenList = NULL;
     parent::__destruct();
 }