Пример #1
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->contactModel);
     unset($this->userModel);
     unset($this->tagModel);
 }
Пример #2
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->statisticsModel);
 }
Пример #3
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->commentModel);
 }
Пример #4
0
 function __destruct()
 {
     unset($this->auditionModel);
     parent::__destruct();
 }
Пример #5
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->syncModel);
 }
Пример #6
0
 function __destruct()
 {
     parent::__destruct();
 }
Пример #7
0
 /**
  * (non-PHPdoc)
  * @see base_controller::__destruct()
  */
 public function __destruct()
 {
     unset($this->tagModel);
     parent::__destruct();
 }
Пример #8
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->reportModel);
 }