Ejemplo n.º 1
0
 /**
  * Detaches the key from this node; making it the empty node.
  */
 public function detachKey()
 {
     $this->height = -1;
     return parent::detachKey();
 }