Class:AggregateExpression - Superclass: Node Node
⌊ AggregateExpression
public class AggregateExpression
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed | |
mixed |
Constructor Summary | |
---|---|
AggregateExpression(mixed functionName, mixed pathExpression, mixed isDistinct) |
Method Summary | |
---|---|
void | dispatch(mixed walker, $walker ) Double-dispatch method, supposed to dispatch back to the walker. |
Methods inherited from Doctrine\ORM\Query\AST\Node | |
---|---|
dispatch, dump |
public mixed $functionName
public mixed $isDistinct = false
public mixed $pathExpression
public AggregateExpression(mixed functionName, mixed pathExpression, mixed isDistinct)
public void dispatch(mixed walker, $walker )
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
Description of AggregateExpression