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