W3cubDocs

/CakePHP 3.6

Class ValidCount

Validates the count of associated records.

Namespace: Cake\ORM\Rule
Location: ORM/Rule/ValidCount.php

Properties summary

  • $_field protected
    string
    The field to check

Method Summary

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

boolean
True if successful, else false.

Properties detail

$_fieldsource

protected string

The field to check

© 2005–2018 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.6/class-Cake.ORM.Rule.ValidCount.html