Class:OrderByItem - Superclass: Node Node
⌊ OrderByItem
public class OrderByItem
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed |
Constructor Summary | |
---|---|
OrderByItem(mixed expression) |
Method Summary | |
---|---|
void | dispatch(mixed sqlWalker, mixed walker, $walker ) Double-dispatch method, supposed to dispatch back to the walker. |
void | isAsc() |
void | isDesc() |
Methods inherited from Doctrine\ORM\Query\AST\Node | |
---|---|
dispatch, dump |
public mixed $expression
public mixed $type
public OrderByItem(mixed expression)
public void dispatch(mixed sqlWalker, mixed walker, $walker )
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
public void isAsc()
public void isDesc()
OrderByItem ::= (ResultVariable | StateFieldPathExpression) ["ASC" | "DESC"]