PHP Класс Neos\Flow\Validation\Validator\TextValidator

Наследование: extends AbstractValidator
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
isValid ( mixed $value ) : void Checks if the given value is a valid text (contains no XML tags).

Описание методов

isValid() защищенный Метод

Be aware that the value of this check entirely depends on the output context. The validated text is not expected to be secure in every circumstance, if you want to be sure of that, use a customized regular expression or filter on output. See http://php.net/filter_var for details.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
Результат void