예제 #1
0
 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
 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
 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
 public function __destruct()
 {
     $this->data = NULL;
     $this->childrenCount = NULL;
     $this->directChildrenCount = NULL;
     //
     parent::__destruct();
 }
예제 #12
0
 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
 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
 public function __destruct()
 {
     $this->content = NULL;
     $this->objectsCounter = NULL;
     $this->multiple = NULL;
     $this->size = NULL;
     $this->disabled = NULL;
     parent::__destruct();
 }
예제 #17
0
 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
 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
 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
 public function __destruct()
 {
     $this->result = NULL;
     parent::__destruct();
 }