Class:InputParameter - Superclass: Node Node
⌊ InputParameter
public class InputParameter
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed |
Constructor Summary | |
---|---|
InputParameter(string value) |
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 $isNamed
public mixed $name
public InputParameter(string value)
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 InputParameter