Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Neos
Flow
Validation
Validator
FloatValidator
PHP Class Neos\Flow\Validation\Validator\FloatValidator
Inheritance:
extends
AbstractValidator
Afficher le fichier
Open project: neos/flow-development-collection
Méthodes protégées
Méthode
Description
isValid
(
mixed
$value
) :
void
The given value is valid if it is of type float or a string matching the regular expression [0-9.e+-]
Method Details
isValid()
protected
méthode
The given value is valid if it is of type float or a string matching the regular expression [0-9.e+-]
protected
isValid
(
mixed
$value
) :
void
$value
mixed
The value that should be validated
Résultat
void