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