コード例 #1
0
ファイル: member_myField.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
 }
コード例 #2
0
ファイル: message_received.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->messagereceived);
 }
コード例 #3
0
ファイル: banword.php プロジェクト: h3len/Project
 {
     $this->mPrmsMethods = array('manage' => '管理');
     parent::__construct();
     $this->banword = new banwordClass();
 }
コード例 #4
0
ファイル: team_op.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->team);
 }
コード例 #5
0
ファイル: comment.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->comment);
 }
コード例 #6
0
ファイル: photoedit.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->photoedit = new photoeditClass();
 }
コード例 #7
0
ファイル: weight.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->weight);
 }
コード例 #8
0
ファイル: customMenu.php プロジェクト: h3len/Project
 {
     parent::__construct();
     $this->menu = new menu();
     $this->get_user_id();
 }
 public function __destruct()
コード例 #9
0
ファイル: payconfig.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->payconfig = new payconfigClass();
 }
コード例 #10
0
ファイル: card_css.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->cardcss);
 }
コード例 #11
0
ファイル: paydata.php プロジェクト: h3len/Project
 {
     parent::__construct();
     $this->dao = new Core();
     //$this->paydata = new paydataClass();
 }
コード例 #12
0
ファイル: grade.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->grade);
 }
コード例 #13
0
ファイル: show.php プロジェクト: h3len/Project
 public function __destruct()
 {
     parent::__destruct();
     unset($this->status);
 }