Class ValidCount
Validates the count of associated records.
        
    Namespace: Cake\ORM\Rule
    
    
    
      
  
      Property Summary
- 
        $_field protectedstringThe field to check 
Method Summary
- 
          __construct() publicConstructor. 
- 
          __invoke() publicPerforms the count check 
Method Detail
__construct() ¶ public
__construct(string $field)Constructor.
Parameters
- 
                string$field
- The field to check the count on. 
__invoke() ¶ public
__invoke(Cake\Datasource\EntityInterface $entity, array $options): boolPerforms the count check
Parameters
- 
                Cake\Datasource\EntityInterface$entity
- The entity from where to extract the fields. 
- 
                array$options
- Options passed to the check. 
Returns
boolTrue if successful, else false.
