PHP Class Jackalope\Query\QOM\Ordering

Inheritance: implements PHPCR\Query\QOM\OrderingInterface
Afficher le fichier Open project: jackalope/jackalope

Protected Properties

Свойство Type Description
$operand PHPCR\Query\QOM\DynamicOperandInterface
$order string

Méthodes publiques

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

Method Details

__construct() public méthode

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

getOperand() public méthode

{@inheritDoc}
public getOperand ( )

getOrder() public méthode

{@inheritDoc}
public getOrder ( )

Property Details

$operand protected_oe property

protected DynamicOperandInterface,PHPCR\Query\QOM $operand
Résultat PHPCR\Query\QOM\DynamicOperandInterface

$order protected_oe property

protected string $order
Résultat string