_text = $text; $this->_color = $color; } function render() { $text = $this->escape($this->_text); $xml = "_color!='') $xml .= " Color=\"{$this->_color}\""; $xml .= ">{$text}\n"; return($xml); } } ?>