Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Neos
Flow
Validation
Validator
DisjunctionValidator
PHP 클래스 Neos\Flow\Validation\Validator\DisjunctionValidator
상속:
extends
AbstractCompositeValidator
파일 보기
프로젝트 열기: neos/flow-development-collection
1 사용 예제들
공개 메소드들
메소드
설명
validate
(
mixed
$value
) :
Neos\Error\Messages\Result
Checks if the given value is valid according to the validators of the disjunction.
메소드 상세
validate()
공개
메소드
So only one validator has to be valid, to make the whole disjunction valid. Errors are only returned if all validators failed.
public
validate
(
mixed
$value
) :
Neos\Error\Messages\Result
$value
mixed
The value that should be validated
리턴
Neos\Error\Messages\Result