OrderByItem
class OrderByItem extends Node (View source)
OrderByItem ::= (ResultVariable | StateFieldPathExpression) ["ASC" | "DESC"]
Properties
mixed | $expression | ||
string | $type |
Methods
string
dispatch($sqlWalker)
Double-dispatch method, supposed to dispatch back to the walker.
string
__toString()
Dumps the AST Node into a string representation for information purpose only.
from Node
__construct(mixed $expression)
No description
bool
isAsc()
No description
bool
isDesc()
No description
Details
at line 71
string
dispatch($sqlWalker)
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
string
__toString()
Dumps the AST Node into a string representation for information purpose only.