interface BasicValidator
Basic Validator interface.
BasicValidator objects perform validation without any knowledge of column/table
 context.  They are simply given an input and some value and asked whether the input
 is valid.
Methods
| mixed | 
                    isValid(ValidatorMap $map, string $str)
                     Determine whether a value meets the criteria specified  | 
                
Details
        at line 32
                    public            mixed
    isValid(ValidatorMap $map, string $str)
    
    Determine whether a value meets the criteria specified