Class ValidCount
Validates the count of associated records.
        
    Namespace: Cake\ORM\Rule
    
    
    
      
  
      Property Summary
- 
        $_field protected
stringThe field to check
 
Method Summary
- 
          
__construct() public
Constructor.
 - 
          
__invoke() public
Performs 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<string, mixed> $options): bool
      Performs the count check
Parameters
- 
                
Cake\Datasource\EntityInterface$entity The entity from where to extract the fields.
- 
                
array<string, mixed>$options Options passed to the check.
Returns
boolTrue if successful, else false.