GroupByClause
class GroupByClause extends Node (View source)
Description of GroupByClause.
Properties
array | $groupByItems |
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(array $groupByItems)
No description