PHP Class Neos\Flow\Validation\Validator\CountValidator

Inheritance: extends AbstractValidator
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$supportedOptions array

Protected Methods

Method Description
isValid ( mixed $value ) : void The given value is valid if it is an array or \Countable that contains the specified amount of elements.

Method Details

isValid() protected method

The given value is valid if it is an array or \Countable that contains the specified amount of elements.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
return void

Property Details

$supportedOptions protected property

protected array $supportedOptions
return array