_index=$index; $this->_label=$label; $this->_uri=$uri; } function render() { $index = $this->_index; $uri = $this->escape($this->_uri); $label = $this->escape($this->_label); $xml = "\n\n{$uri}\n\n"; return($xml); } } ?>