Exemplo n.º 1
0
 public function __destruct()
 {
     $this->tree = NULL;
     $this->stack = NULL;
     parent::__destruct();
 }
Exemplo n.º 2
0
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->node = NULL;
     parent::__destruct();
 }
Exemplo n.º 3
0
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->graph = NULL;
     parent::__destruct();
 }
Exemplo n.º 4
0
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->hashTable = NULL;
     parent::__destruct();
 }
Exemplo n.º 5
0
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->set = NULL;
     $this->element = NULL;
     parent::__destruct();
 }
Exemplo n.º 6
0
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->vertex = NULL;
     $this->edgeIterator = NULL;
     parent::__destruct();
 }
Exemplo n.º 7
0
 /**
  * Destructor.
  */
 public function __destruct()
 {
     parent::__destruct();
     $this->queue = NULL;
     $this->position = NULL;
 }