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
boolProperty Detail
$_field protected
The field to check
Type
string
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/class-Cake.ORM.Rule.ValidCount.html