コード例 #1
0
ファイル: user.php プロジェクト: h3len/Project
     $this->dingdone_mode = new dingdone_user_mode();
     $this->authcode_mode = new auth_code_mode();
     $this->mail = new DDMail();
     $this->mode = new auth_emailcode_mode();
 }
 public function __destruct()
 {
コード例 #2
0
ファイル: special_update.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->api);
     unset($this->special);
     unset($this->message);
 }
コード例 #3
0
ファイル: app_module.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->api);
     unset($this->material);
     unset($this->company);
 }
コード例 #4
0
ファイル: team_update.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->team);
     unset($this->notify);
     unset($this->teamApi);
 }
コード例 #5
0
ファイル: openid.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
 }
コード例 #6
0
ファイル: app_solidify.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->api);
 }
コード例 #7
0
ファイル: option.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
     unset($this->action);
 }
コード例 #8
0
ファイル: base_frm.php プロジェクト: h3len/Project
 function __destruct()
 {
     //NULL
     parent::__destruct();
 }
コード例 #9
0
ファイル: column.php プロジェクト: h3len/Project
     parent::__construct();
     $this->site = new publishconfig();
     $this->column = new column();
     $this->app = new applant();
 }
 public function __destruct()
コード例 #10
0
ファイル: weixin.php プロジェクト: h3len/Project
 {
     parent::__construct();
     $this->weixin = new wxApi();
     $this->init_config();
 }
コード例 #11
0
ファイル: activity.php プロジェクト: h3len/Project
     $this->team->delete_search($post['action_id'], 'action');
 }
 $this->setXmlNode('activity', 'updateDeleteState');
 $this->addItem_withkey('action_id', $post['action_id']);
 $this->output();