Class:FunctionNode - Superclass: Node Node
⌊ FunctionNode
public abstract class FunctionNode
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed |
Constructor Summary | |
---|---|
FunctionNode(mixed name) |
Method Summary | |
---|---|
void | dispatch(mixed sqlWalker, mixed walker, $walker ) Double-dispatch method, supposed to dispatch back to the walker. |
abstract void | getSql(mixed sqlWalker) |
abstract void | parse(mixed parser) |
Methods inherited from Doctrine\ORM\Query\AST\Node | |
---|---|
dispatch, dump |
public mixed $name
public FunctionNode(mixed name)
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.
public abstract void getSql(mixed sqlWalker)
public abstract void parse(mixed parser)
Abtract Function Node.