PHP Класс Jackalope\Query\QOM\ComparisonConstraint

Наследование: implements PHPCR\Query\QOM\ComparisonInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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