Class ValidCount
Validates the count of associated records.
Properties summary
-
$_field
protectedThe field to checkstring
Method Summary
- __construct() publicConstructor.
- __invoke() publicPerforms the count check
Method Detail
__construct()source public
__construct( string $field )
Constructor.
Parameters
- string
$field
- The field to check the count on.
__invoke()source 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
booleanTrue if successful, else false.
Properties detail
© 2005–2017 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/3.4/class-Cake.ORM.Rule.ValidCount.html