Doctrine


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

Class Node

Node

public abstract class Node

Abstract class of an AST node

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

Method Summary
void

dispatch(mixed walker, $walker )

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

void

dump(mixed obj)

Method Detail

/Doctrine/ORM/Query/AST/Node.php at line 44

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/ORM/Query/AST/Node.php at line 59

dump

public void dump(mixed obj)

Doctrine