Example #1
0
 public function __destruct()
 {
     parent::__destruct();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->statistics = new statistics();
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->upyun = new UpYunApi();
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->material_server = new material();
 }
Example #6
0
 public function __construct()
 {
     parent::__construct();
     $this->puscont = new publishcontent();
 }
Example #7
0
 public function __construct()
 {
     parent::__construct();
     $this->appset = new appset_mode();
     $this->statistics = new statistics();
 }
Example #8
0
 public function __construct()
 {
     parent::__construct();
     $this->livmedia = new livmedia();
 }
Example #9
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->api);
 }