_name=$name; $this->_url=$url; $this->_selection=$selection; $this->_icon=$icon; $this->_dial=$dial; } function getName() { return($this->_name); } function render() { $name = $this->escape($this->_name); $url = $this->escape($this->_url); $selection = $this->escape($this->_selection); $icon=$this->_icon; $xml = "_dial!=NULL) $xml .= "{$this->_dial}\n"; $xml .= "\n"; return($xml); } } ?>