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

To satisfy the Not constraint, the tuple must not satisfy $constraint.
상속: extends Constraint
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$constraint Constraint

공개 메소드들

메소드 설명
__construct ( Constraint $constraint )
getConstraint ( ) : Constraint Gets the constraint negated by this Not constraint.

메소드 상세

__construct() 공개 메소드

public __construct ( Constraint $constraint )
$constraint Constraint

getConstraint() 공개 메소드

Gets the constraint negated by this Not constraint.
public getConstraint ( ) : Constraint
리턴 Constraint the constraint; non-null

프로퍼티 상세

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

protected Constraint $constraint
리턴 Constraint