Doctrine


Doctrine\ORM\Query\AST\RangeVariableDeclaration
/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 35

Class RangeVariableDeclaration

Class:RangeVariableDeclaration - Superclass: Node
Node
⌊ RangeVariableDeclaration

public class RangeVariableDeclaration
extends Node

RangeVariableDeclaration ::= AbstractSchemaName ["AS"] AliasIdentificationVariable

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision: 3938 $
Author:
Guilherme Blanco
Jonathan Wage
Roman Borschel

Field Summary
mixed

$abstractSchemaName

mixed

$aliasIdentificationVariable

Constructor Summary

RangeVariableDeclaration(mixed abstractSchemaName, mixed aliasIdentificationVar)

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

Field Detail

/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 37

abstractSchemaName

public mixed $abstractSchemaName

/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 38

aliasIdentificationVariable

public mixed $aliasIdentificationVariable

Constructor Detail

/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 40

RangeVariableDeclaration

public RangeVariableDeclaration(mixed abstractSchemaName, mixed aliasIdentificationVar)

Method Detail

/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 46

dispatch

public void dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.


Doctrine