Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Neos
Flow
Validation
Validator
AlphanumericValidator
PHP 클래스 Neos\Flow\Validation\Validator\AlphanumericValidator
상속:
extends
AbstractValidator
파일 보기
프로젝트 열기: neos/flow-development-collection
보호된 메소드들
메소드
설명
isValid
(
mixed
$value
) :
void
The given $value is valid if it is an alphanumeric string, which is defined as [[:alnum:]].
메소드 상세
isValid()
보호된
메소드
The given $value is valid if it is an alphanumeric string, which is defined as [[:alnum:]].
protected
isValid
(
mixed
$value
) :
void
$value
mixed
The value that should be validated
리턴
void