W3cubDocs

/CakePHP 4.1

Class ValidCount

Validates the count of associated records.

Namespace: Cake\ORM\Rule

Properties summary

  • $_field protected
    string

    The field to check

Method Summary

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

bool

True if successful, else false.

Property 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.1/class-Cake.ORM.Rule.ValidCount.html