[ Version ( since = "0.15.4" ) ]
public void set_strict (bool is_strict)
Enable or disable strict mode.
In strict mode, any found issue will result in a failed validation (except for issues of "pedantic" severity). Otherwise, only a "warning" or "error" will cause the validation to fail.
this |
a Validator instance. |
is_strict |
true to enable strict mode. |