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