tagname = $t_tagname; $this->attribute = $t_attribute; $this->attribute_value = $t_attribute_value; $this->control = false; } function getTagname(){ return $this->tagname; } function getAttribute(){ return $this->attribute; } function getAttributeValue(){ return $this->attribute_value; } function getControl(){ return $this->control; } function setControl($t_control){ $this->control = $t_control; } } ?>