コード例 #1
0
ファイル: LogController.php プロジェクト: rjon76/netspotapp
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax = NULL;
     parent::__destruct();
 }
コード例 #2
0
ファイル: CaseController.php プロジェクト: rjon76/netspotapp
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax;
     $this->pages = NULL;
     $this->langs = NULL;
     $this->groupId = NULL;
     parent::__destruct();
 }
コード例 #3
0
ファイル: MenuController.php プロジェクト: rjon76/netspotapp
 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();
 }
コード例 #4
0
 public function __destruct()
 {
     $this->display();
     parent::__destruct();
 }
コード例 #5
0
 public function __destruct()
 {
     $this->display();
     $this->greenList = NULL;
     parent::__destruct();
 }