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