PHP Class Neos\Flow\Validation\Validator\RawValidator

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

Méthodes publiques

Méthode Description
isValid ( mixed $value ) : void This validator is always valid.

Method Details

isValid() public méthode

This validator is always valid.
public isValid ( mixed $value ) : void
$value mixed The value that should be validated (not used here)
Résultat void