Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Webiny
Component
Entity
Attribute
Validation
ValidatorInterface
PHP 인터페이스 Webiny\Component\Entity\Attribute\Validation\ValidatorInterface
파일 보기
프로젝트 열기: Webiny/Framework
0 사용 예제들
공개 메소드들
메소드
설명
getName
( ) :
string
Get validator name, eg: email
validate
(
AbstractAttribute
$attribute
,
mixed
$data
,
array
$params
= [] ) :
boolean
Validate given data
메소드 상세
getName()
공개
메소드
Get validator name, eg: email
public
getName
( ) :
string
리턴
string
validate()
공개
메소드
Validate given data
public
validate
(
AbstractAttribute
$attribute
,
mixed
$data
,
array
$params
= [] ) :
boolean
$attribute
Webiny\Component\Entity\Attribute\AbstractAttribute
$data
mixed
$params
array
리턴
boolean