Exemplo n.º 1
0
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->array = NULL;
     parent::__destruct();
 }
Exemplo n.º 2
0
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->values = NULL;
     $this->columns = NULL;
     parent::__destruct();
 }