Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Symfony
Component
Validator
Constraints
NotBlankValidator
PHP 클래스 Symfony\Component\Validator\Constraints\NotBlankValidator
상속:
extends
Symfony\Component\Validator\ConstraintValidator
파일 보기
프로젝트 열기: pmjones/php-framework-benchmarks
1 사용 예제들
공개 메소드들
메소드
설명
isValid
(
$value
,
Constraint
$constraint
)
isValid
(
mixed
$value
,
Constraint
$constraint
) :
boolean
Checks if the passed value is valid.
메소드 상세
isValid()
공개
메소드
public
isValid
(
$value
,
Constraint
$constraint
)
$constraint
Symfony\Component\Validator\Constraint
isValid()
공개
메소드
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
리턴
boolean
Whether or not the value is valid