예제 #1
0
 public function __destruct()
 {
     parent::__destruct();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->statistics = new statistics();
 }
예제 #3
0
파일: distr.php 프로젝트: h3len/Project
 public function __construct()
 {
     parent::__construct();
 }
예제 #4
0
파일: pay.php 프로젝트: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->upyun = new UpYunApi();
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->material_server = new material();
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->puscont = new publishcontent();
 }
예제 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->appset = new appset_mode();
     $this->statistics = new statistics();
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->livmedia = new livmedia();
 }
예제 #9
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->api);
 }