PHP Class Jackalope\Query\QOM\Ordering

Inheritance: implements PHPCR\Query\QOM\OrderingInterface
Show file Open project: jackalope/jackalope

Protected Properties

Property Type Description
$operand PHPCR\Query\QOM\DynamicOperandInterface
$order string

Public Methods

Method Description
__construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand, string $order = null ) Constructor
getOperand ( ) {@inheritDoc}
getOrder ( ) {@inheritDoc}

Method Details

__construct() public method

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

getOperand() public method

{@inheritDoc}
public getOperand ( )

getOrder() public method

{@inheritDoc}
public getOrder ( )

Property Details

$operand protected property

protected DynamicOperandInterface,PHPCR\Query\QOM $operand
return PHPCR\Query\QOM\DynamicOperandInterface

$order protected property

protected string $order
return string