コード例 #1
0
ファイル: BasicView.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->pathToTemplate = NULL;
     $this->tableData = NULL;
     $this->pageName = NULL;
     parent::__destruct();
 }
コード例 #2
0
 public function __destruct()
 {
     $this->viewName = NULL;
     $this->model = NULL;
     $this->view = NULL;
     parent::__destruct();
 }
コード例 #3
0
ファイル: Triangle.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->pointA = NULL;
     $this->pointB = NULL;
     $this->pointC = NULL;
     parent::__destruct();
 }
コード例 #4
0
ファイル: StringW.php プロジェクト: rendix2/QW_MVS
 function __destruct()
 {
     $this->matches = NULL;
     $this->string = NULL;
     self::$separators = NULL;
     parent::__destruct();
 }
コード例 #5
0
ファイル: Line.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->pointA = NULL;
     $this->pointB = NULL;
     parent::__destruct();
     // TODO: Change the autogenerated stub
 }
コード例 #6
0
ファイル: AbstractSort.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->originalData = NULL;
     $this->length = NULL;
     $this->sortedData = NULL;
     parent::__destruct();
 }
コード例 #7
0
ファイル: Color.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->red = NULL;
     $this->green = NULL;
     $this->blue = NULL;
     parent::__destruct();
 }
コード例 #8
0
ファイル: Matrix.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->matrix = NULL;
     $this->matrixSizeA = NULL;
     $this->matrixSizeB = NULL;
     parent::__destruct();
 }
コード例 #9
0
ファイル: BlackList.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->run();
     $this->longOfIP = NULL;
     $this->myIp = NULL;
     parent::__destruct();
 }
コード例 #10
0
ファイル: Mail.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->to = NULL;
     $this->subject = NULL;
     $this->text = NULL;
     parent::__destruct();
 }
コード例 #11
0
ファイル: AbstractTree.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->data = NULL;
     $this->childrenCount = NULL;
     $this->directChildrenCount = NULL;
     //
     parent::__destruct();
 }
コード例 #12
0
ファイル: FormCreatorHTML4.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->formData = NULL;
     $this->method = NULL;
     $this->action = NULL;
     $this->select = NULL;
     parent::__destruct();
 }
コード例 #13
0
ファイル: Language.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->lang = NULL;
     $this->langName = NULL;
     $this->meta = NULL;
     $this->allPackages = NULL;
     parent::__destruct();
 }
コード例 #14
0
ファイル: AbstractIP.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->ipParted = NULL;
     $this->ipCoded = NULL;
     $this->ipCountPart = NULL;
     $this->safeMode = NULL;
     parent::__destruct();
 }
コード例 #15
0
ファイル: Square.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->pointLeftDown = NULL;
     $this->pointLeftUp = NULL;
     $this->pointRightDown = NULL;
     $this->pointRightUp = NULL;
     $this->length = NULL;
     parent::__destruct();
 }
コード例 #16
0
ファイル: FormCreatorSelect.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->content = NULL;
     $this->objectsCounter = NULL;
     $this->multiple = NULL;
     $this->size = NULL;
     $this->disabled = NULL;
     parent::__destruct();
 }
コード例 #17
0
ファイル: AbstractDatabase.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     self::$AllQueryCount = NULL;
     self::$AllConnectionsCount = NULL;
     $this->queryCount = NULL;
     $this->dbName = NULL;
     $this->host = NULL;
     $this->options = NULL;
     $this->userName = NULL;
     $this->userPassword = NULL;
     $this->log = NULL;
     $this->disconnect();
     parent::__destruct();
 }
コード例 #18
0
ファイル: EasyCaptcha.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->captcha = NULL;
     $this->text = NULL;
     parent::__destruct();
 }
コード例 #19
0
ファイル: Boolean.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->boolean = NULL;
     parent::__destruct();
 }
コード例 #20
0
ファイル: Node.php プロジェクト: rendix2/QW_MVS
 function __destruct()
 {
     $this->value = NULL;
     $this->next = NULL;
     parent::__destruct();
 }
コード例 #21
0
ファイル: File.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->filePath = NULL;
     parent::__destruct();
 }
コード例 #22
0
ファイル: AbstractBasicModel.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->db->disconnect();
     $this->db = NULL;
     parent::__destruct();
 }
コード例 #23
0
ファイル: Form.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->safeForm = NULL;
     $this->form = NULL;
     parent::__destruct();
 }
コード例 #24
0
ファイル: Edge.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     parent::__destruct();
 }
コード例 #25
0
ファイル: SafeForm.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->hash = NULL;
     parent::__destruct();
 }
コード例 #26
0
ファイル: Double.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->double = NULL;
     parent::__destruct();
 }
コード例 #27
0
ファイル: Point.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->x = NULL;
     $this->y = NULL;
     parent::__destruct();
 }
コード例 #28
0
ファイル: Node.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->data = NULL;
     $this->nextNode = NULL;
     parent::__destruct();
 }
コード例 #29
0
ファイル: Integer.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->integer = NULL;
     parent::__destruct();
 }
コード例 #30
0
ファイル: AbstractMatrixMult.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->result = NULL;
     parent::__destruct();
 }