PHP 클래스 Jackalope\Query\QOM\OrConstraint

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( PHPCR\Query\QOM\ConstraintInterface $constraint1, PHPCR\Query\QOM\ConstraintInterface $constraint2 ) Constructor
getConstraint1 ( ) {@inheritDoc}
getConstraint2 ( ) {@inheritDoc}
getConstraints ( ) : array Gets all constraints including itself

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( PHPCR\Query\QOM\ConstraintInterface $constraint1, PHPCR\Query\QOM\ConstraintInterface $constraint2 )
$constraint1 PHPCR\Query\QOM\ConstraintInterface
$constraint2 PHPCR\Query\QOM\ConstraintInterface

getConstraint1() 공개 메소드

{@inheritDoc}
public getConstraint1 ( )

getConstraint2() 공개 메소드

{@inheritDoc}
public getConstraint2 ( )

getConstraints() 공개 메소드

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

프로퍼티 상세

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

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

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

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