コード例 #1
0
ファイル: rongcloud_blacklist.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     if ($this->curl !== NULL) {
         $this->curl = NULL;
     }
 }
コード例 #2
0
ファイル: getComment.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
 }
コード例 #3
0
ファイル: topic.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->topic);
 }
コード例 #4
0
ファイル: card.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->card);
 }
コード例 #5
0
ファイル: comment.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
     $this->db->close();
 }
コード例 #6
0
ファイル: option_show.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
     unset($this->action);
 }
コード例 #7
0
ファイル: message_send.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->messagesend);
 }
コード例 #8
0
ファイル: activity_show.php プロジェクト: h3len/Project
 function __destruct()
 {
     parent::__destruct();
     unset($this->libactivity);
 }
コード例 #9
0
ファイル: weight.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->weight);
 }
コード例 #10
0
ファイル: photoedit.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->photoedit);
 }