GroupKeyword
final class GroupKeyword extends Component (View source)
GROUP BY
keyword parser.
Properties
mixed | $type | ||
Expression | $expr | The expression that is used for grouping. |
Methods
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
No description
static mixed
build(mixed $component, array $options = [])
No description
string
__toString()
Builds the string representation of a component of this type.
__construct(Expression $expr = null)
No description