name = $name; $this->value = $value; } function get_xml() { $xml = "\t". '' . "\n"; $xml .= "\t\t". ''.$this->name.'' . "\n"; $xml .= "\t\t". ''.$this->value.'' . "\n"; $xml .= "\t". '' . "\n"; return ($xml); } }