PHP 클래스 Jackalope\Query\QOM\NotConstraint

상속: implements PHPCR\Query\QOM\NotInterface
파일 보기 프로젝트 열기: jackalope/jackalope

보호된 프로퍼티들

프로퍼티 타입 설명
$constraint PHPCR\Query\QOM\ConstraintInterface

공개 메소드들

메소드 설명
__construct ( PHPCR\Query\QOM\ConstraintInterface $constraint ) Create a new not constraint
getConstraint ( ) {@inheritDoc}
getConstraints ( ) : array Gets all constraints including itself

메소드 상세

__construct() 공개 메소드

Create a new not constraint
public __construct ( PHPCR\Query\QOM\ConstraintInterface $constraint )
$constraint PHPCR\Query\QOM\ConstraintInterface

getConstraint() 공개 메소드

{@inheritDoc}
public getConstraint ( )

getConstraints() 공개 메소드

Gets all constraints including itself
public getConstraints ( ) : array
리턴 array the constraints

프로퍼티 상세

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

protected ConstraintInterface,PHPCR\Query\QOM $constraint
리턴 PHPCR\Query\QOM\ConstraintInterface