PHP 클래스 Neos\Flow\Validation\Validator\TextValidator

상속: extends AbstractValidator
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 메소드들

메소드 설명
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