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

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

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

Свойство Тип Описание
$operand PHPCR\Query\QOM\DynamicOperandInterface
$order string

Открытые методы

Метод Описание
__construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand, string $order = null ) Constructor
getOperand ( ) {@inheritDoc}
getOrder ( ) {@inheritDoc}

Описание методов

__construct() публичный Метод

Constructor
public __construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand, string $order = null )
$operand PHPCR\Query\QOM\DynamicOperandInterface
$order string

getOperand() публичный Метод

{@inheritDoc}
public getOperand ( )

getOrder() публичный Метод

{@inheritDoc}
public getOrder ( )

Описание свойств

$operand защищенное свойство

protected DynamicOperandInterface,PHPCR\Query\QOM $operand
Результат PHPCR\Query\QOM\DynamicOperandInterface

$order защищенное свойство

protected string $order
Результат string