*/ class LSattr_html { var $name; var $config; function LSattr_html ($name,$config) { $this -> name = $name; $this -> config = $config; return true; } function getLabel() { return $this -> config['label']; } function addToForm (&$form,$idForm) { $GLOBALS['LSerror'] -> addErrorCode(101,$this -> name); } } ?>