Interface ValidatableInterface
Describes objects that can be validated by passing a Validator object.
        
    Namespace: Cake\Validation
    
    
    
      
  
  
        Method Summary
- 
          validate() publicValidates the internal properties using a validator object and returns any validation errors found. 
Method Detail
validate() ΒΆ public
validate(Cake\Validation\Validator $validator): arrayValidates the internal properties using a validator object and returns any validation errors found.
Parameters
- 
                Cake\Validation\Validator$validator
- The validator to use when validating the entity. 
Returns
array