PHP Class Neos\Flow\Validation\Validator\StringValidator

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

Protected Methods

Method Description
isValid ( mixed $value ) : void Checks if the given value is a string.

Method Details

isValid() protected method

Checks if the given value is a string.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
return void