Jackalope\Query\QOM\Ordering::__construct PHP Method

__construct() public method

Constructor
public __construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand, string $order = null )
$operand PHPCR\Query\QOM\DynamicOperandInterface
$order string
    public function __construct(DynamicOperandInterface $operand, $order = null)
    {
        $this->operand = $operand;
        $this->order = $order;
    }