Class:IdentificationVariableDeclaration - Superclass: Node Node
⌊ IdentificationVariableDeclaration
public class IdentificationVariableDeclaration
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed | |
mixed |
Constructor Summary | |
---|---|
IdentificationVariableDeclaration(mixed rangeVariableDecl, mixed indexBy, mixed joinVariableDecls) |
Method Summary | |
---|---|
void | dispatch(mixed sqlWalker, 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 $indexBy = null
public mixed $joinVariableDeclarations = array()
public mixed $rangeVariableDeclaration = null
public IdentificationVariableDeclaration(mixed rangeVariableDecl, mixed indexBy, mixed joinVariableDecls)
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.
IdentificationVariableDeclaration ::= RangeVariableDeclaration [IndexBy] {JoinVariableDeclaration}