PHP 클래스 Neos\Flow\Persistence\Generic\Qom\LogicalOr

To satisfy the Or constraint, the tuple must either: satisfy constraint1 but not constraint2, or satisfy constraint2 but not constraint1, or satisfy both constraint1 and constraint2.
상속: extends Constraint
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$constraint1 Constraint
$constraint2 Constraint

공개 메소드들

메소드 설명
__construct ( Constraint $constraint1, Constraint $constraint2 )
getConstraint1 ( ) : Constraint Gets the first constraint.
getConstraint2 ( ) : Constraint Gets the second constraint.

메소드 상세

__construct() 공개 메소드

public __construct ( Constraint $constraint1, Constraint $constraint2 )
$constraint1 Constraint
$constraint2 Constraint

getConstraint1() 공개 메소드

Gets the first constraint.
public getConstraint1 ( ) : Constraint
리턴 Constraint the constraint; non-null

getConstraint2() 공개 메소드

Gets the second constraint.
public getConstraint2 ( ) : Constraint
리턴 Constraint the constraint; non-null

프로퍼티 상세

$constraint1 보호되어 있는 프로퍼티

protected Constraint $constraint1
리턴 Constraint

$constraint2 보호되어 있는 프로퍼티

protected Constraint $constraint2
리턴 Constraint