Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Symfony
Component
Validator
Constraints
NotBlankValidator
PHP Class Symfony\Component\Validator\Constraints\NotBlankValidator
Inheritance:
extends
Symfony\Component\Validator\ConstraintValidator
Show file
Open project: pmjones/php-framework-benchmarks
Class Usage Examples
Public Methods
Method
Description
isValid
(
$value
,
Constraint
$constraint
)
isValid
(
mixed
$value
,
Constraint
$constraint
) :
boolean
Checks if the passed value is valid.
Method Details
isValid()
public
method
public
isValid
(
$value
,
Constraint
$constraint
)
$constraint
Symfony\Component\Validator\Constraint
isValid()
public
method
Checks if the passed value is valid.
public
isValid
(
mixed
$value
,
Constraint
$constraint
) :
boolean
$value
mixed
The value that should be validated
$constraint
Symfony\Component\Validator\Constraint
The constrain for the validation
return
boolean
Whether or not the value is valid