PHP Class Neos\Flow\Validation\Validator\CountValidator

Inheritance: extends AbstractValidator
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$supportedOptions array

Méthodes protégées

Méthode 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 méthode

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
Résultat void

Property Details

$supportedOptions protected_oe property

protected array $supportedOptions
Résultat array