コード例 #1
0
ファイル: update_user_queue.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
 }
コード例 #2
0
ファイル: get_log_operation.php プロジェクト: h3len/Project
 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
ファイル: importCloudVideo.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->material_server = new material();
 }
コード例 #6
0
ファイル: get_clicknum.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->puscont = new publishcontent();
 }
コード例 #7
0
ファイル: get_workload.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->appset = new appset_mode();
     $this->statistics = new statistics();
 }
コード例 #8
0
ファイル: publish_day.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->livmedia = new livmedia();
 }
コード例 #9
0
ファイル: column_clean.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->api);
 }