PHP 클래스 Jackalope\Query\QOM\ComparisonConstraint

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

보호된 프로퍼티들

프로퍼티 타입 설명
$operand1 PHPCR\Query\QOM\DynamicOperandInterface
$operand2 PHPCR\Query\QOM\StaticOperandInterface
$operator string

공개 메소드들

메소드 설명
__construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand1, string $operator, PHPCR\Query\QOM\StaticOperandInterface $operand2 ) Create a new comparison constraint
getConstraints ( ) : array Gets all constraints including itself
getOperand1 ( ) {@inheritDoc}
getOperand2 ( ) {@inheritDoc}
getOperator ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Create a new comparison constraint
public __construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand1, string $operator, PHPCR\Query\QOM\StaticOperandInterface $operand2 )
$operand1 PHPCR\Query\QOM\DynamicOperandInterface
$operator string
$operand2 PHPCR\Query\QOM\StaticOperandInterface

getConstraints() 공개 메소드

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

getOperand1() 공개 메소드

{@inheritDoc}
public getOperand1 ( )

getOperand2() 공개 메소드

{@inheritDoc}
public getOperand2 ( )

getOperator() 공개 메소드

{@inheritDoc}
public getOperator ( )

프로퍼티 상세

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

protected DynamicOperandInterface,PHPCR\Query\QOM $operand1
리턴 PHPCR\Query\QOM\DynamicOperandInterface

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

protected StaticOperandInterface,PHPCR\Query\QOM $operand2
리턴 PHPCR\Query\QOM\StaticOperandInterface

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

protected string $operator
리턴 string