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