a RuleSet allows a user to define a number of keys each with associated rules and errors
Located in /harmoni/core/utilities/FieldSetValidator/RuleSet.class.php (line 16)
an associative array of keys and associated rules
the format of the array is this: [key1]=>array( $rule1, $error1), array( $rule2, $error2), ... [key2]=>...
adds a new $rule to $key, which if fails when validated throws $error
validates $val against the rules defined for $key. if validation fails the associated error is thrown
Documentation generated on Wed, 19 Sep 2007 10:26:10 -0400 by phpDocumentor 1.3.0RC3