Ejemplo n.º 1
0
 public function __destruct()
 {
     $this->viewName = NULL;
     $this->model = NULL;
     $this->view = NULL;
     parent::__destruct();
 }
Ejemplo n.º 2
0
 public function __destruct()
 {
     $this->to = NULL;
     $this->subject = NULL;
     $this->text = NULL;
     parent::__destruct();
 }
Ejemplo n.º 3
0
 public function __destruct()
 {
     $this->red = NULL;
     $this->green = NULL;
     $this->blue = NULL;
     parent::__destruct();
 }
Ejemplo n.º 4
0
 public function __destruct()
 {
     $this->pathToTemplate = NULL;
     $this->tableData = NULL;
     $this->pageName = NULL;
     parent::__destruct();
 }
Ejemplo n.º 5
0
 public function __destruct()
 {
     $this->originalData = NULL;
     $this->length = NULL;
     $this->sortedData = NULL;
     parent::__destruct();
 }
Ejemplo n.º 6
0
 public function __destruct()
 {
     $this->matrix = NULL;
     $this->matrixSizeA = NULL;
     $this->matrixSizeB = NULL;
     parent::__destruct();
 }
Ejemplo n.º 7
0
 public function __construct($message = '', $logged = FALSE, $code = 0, \Exception $previous = NULL)
 {
     parent::__construct($message, $code, $previous);
     if ($logged == TRUE || Object::getAllDebug()) {
         new LoggedException($message, $code, $previous);
     }
 }
Ejemplo n.º 8
0
 public function __destruct()
 {
     $this->pointA = NULL;
     $this->pointB = NULL;
     $this->pointC = NULL;
     parent::__destruct();
 }
Ejemplo n.º 9
0
 public function __destruct()
 {
     $this->pointA = NULL;
     $this->pointB = NULL;
     parent::__destruct();
     // TODO: Change the autogenerated stub
 }
Ejemplo n.º 10
0
 function __destruct()
 {
     $this->matches = NULL;
     $this->string = NULL;
     self::$separators = NULL;
     parent::__destruct();
 }
Ejemplo n.º 11
0
 public function __destruct()
 {
     $this->run();
     $this->longOfIP = NULL;
     $this->myIp = NULL;
     parent::__destruct();
 }
Ejemplo n.º 12
0
 public function __construct(array $data, $pattern, $debug = FALSE)
 {
     parent::__construct();
     $this->data = $data;
     $this->length = count($this->data);
     $this->pattern = $pattern;
     $this->search();
 }
Ejemplo n.º 13
0
 public function __destruct()
 {
     $this->lang = NULL;
     $this->langName = NULL;
     $this->meta = NULL;
     $this->allPackages = NULL;
     parent::__destruct();
 }
Ejemplo n.º 14
0
 public function __destruct()
 {
     $this->formData = NULL;
     $this->method = NULL;
     $this->action = NULL;
     $this->select = NULL;
     parent::__destruct();
 }
Ejemplo n.º 15
0
 public function __destruct()
 {
     $this->ipParted = NULL;
     $this->ipCoded = NULL;
     $this->ipCountPart = NULL;
     $this->safeMode = NULL;
     parent::__destruct();
 }
Ejemplo n.º 16
0
 public function __destruct()
 {
     $this->data = NULL;
     $this->childrenCount = NULL;
     $this->directChildrenCount = NULL;
     //
     parent::__destruct();
 }
Ejemplo n.º 17
0
 public function __destruct()
 {
     $this->pointLeftDown = NULL;
     $this->pointLeftUp = NULL;
     $this->pointRightDown = NULL;
     $this->pointRightUp = NULL;
     $this->length = NULL;
     parent::__destruct();
 }
Ejemplo n.º 18
0
 public function __construct($string, $pattern)
 {
     parent::__construct();
     if (!is_string($string)) {
         throw new IllegalArgumentException();
     }
     $this->string = new StringW($string);
     $this->pattern = new StringW($pattern);
 }
Ejemplo n.º 19
0
 public function __destruct()
 {
     $this->content = NULL;
     $this->objectsCounter = NULL;
     $this->multiple = NULL;
     $this->size = NULL;
     $this->disabled = NULL;
     parent::__destruct();
 }
Ejemplo n.º 20
0
 public function __construct($width, $height, $trueColor = FALSE)
 {
     parent::__construct();
     if (!Validator::isNumber($width) || !Validator::isNumber($height)) {
         throw new IllegalArgumentException();
     }
     $this->imageResource = $trueColor == TRUE ? imagecreatetruecolor($width, $height) : imagecreate($width, $height);
     $this->height = $height;
     $this->width = $width;
 }
Ejemplo n.º 21
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();
 }
Ejemplo n.º 22
0
 public function __construct($realPart, $imaginaryPart)
 {
     parent::__construct();
     $this->real = $realPart;
     $this->imaginary = $imaginaryPart;
 }
Ejemplo n.º 23
0
 public function __destruct()
 {
     $this->hash = NULL;
     parent::__destruct();
 }
Ejemplo n.º 24
0
 public function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 25
0
 public function __destruct()
 {
     $this->filePath = NULL;
     parent::__destruct();
 }
Ejemplo n.º 26
0
 public function __destruct()
 {
     $this->double = NULL;
     parent::__destruct();
 }
Ejemplo n.º 27
0
 public function __construct()
 {
     parent::__construct();
     $this->size = 0;
 }
Ejemplo n.º 28
0
 public function __destruct()
 {
     parent::__destruct();
 }
Ejemplo n.º 29
0
 public function __destruct()
 {
     $this->integer = NULL;
     parent::__destruct();
 }
Ejemplo n.º 30
0
 public function __destruct()
 {
     $this->x = NULL;
     $this->y = NULL;
     parent::__destruct();
 }