Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Neos
Flow
Validation
Validator
IntegerValidator
PHP Class Neos\Flow\Validation\Validator\IntegerValidator
Inheritance:
extends
AbstractValidator
Exibir arquivo
Open project: neos/flow-development-collection
Protected Methods
Method
Description
isValid
(
mixed
$value
) :
void
Checks if the given value is a valid integer.
Method Details
isValid()
protected
method
Checks if the given value is a valid integer.
protected
isValid
(
mixed
$value
) :
void
$value
mixed
The value that should be validated
return
void