Class ValidCount
Validates the count of associated records.
Properties summary
-
$_field
protectedstring
The 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 $options )
Performs the count check
Parameters
-
Cake\Datasource\EntityInterface
$entity - The entity from where to extract the fields.
- array $options
- Options passed to the check.
Returns
boolean
True if successful, else false.
True if successful, else false.