Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Neos
Flow
Validation
Validator
AlphanumericValidator
PHP Class Neos\Flow\Validation\Validator\AlphanumericValidator
Inheritance:
extends
AbstractValidator
Mostra file
Open project: neos/flow-development-collection
Protected Methods
Method
Description
isValid
(
mixed
$value
) :
void
The given $value is valid if it is an alphanumeric string, which is defined as [[:alnum:]].
Method Details
isValid()
protected
method
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
return
void