_index=$index; $this->_icon=$icon; } function render() { $index = $this->_index; $icon = $this->_icon; $xml = "{$icon}\n"; return($xml); } } ?>