Ejemplo n.º 1
0
 public function __construct()
 {
     self::$VALID_KEYS = array('type', 'datatype', 'minlength', 'maxlength', 'flags', 'match_regex', 'label', 'title', 'error_length', 'error_required', 'error_format', 'class_prefix', 'id', 'required_symbol');
 }