Example #1
0
 public function __destruct()
 {
     parent::__destruct();
     if ($this->curl !== NULL) {
         $this->curl = NULL;
     }
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->stateconfig = $this->settings['order_status'];
     $this->trace_stepconfig = $this->settings['trace_step'];
 }
Example #3
0
 public function __destruct()
 {
     parent::__destruct();
 }
Example #4
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->topic);
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->region = new regionClass();
 }
Example #6
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->card);
 }
Example #7
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new gamescore();
 }
Example #8
0
 function __destruct()
 {
     parent::__destruct();
     $this->db->close();
 }
Example #9
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->action);
 }
Example #10
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->messagesend);
 }
Example #11
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->libactivity);
 }
Example #12
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->weight);
 }
Example #13
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->billconfig = $this->settings['bill_config'];
 }
Example #14
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new crash_report_mode();
 }
Example #15
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->photoedit);
 }
 public function __construct()
 {
     parent::__construct();
 }