Class:ConditionalFactor - Superclass: Node Node
⌊ ConditionalFactor
public class ConditionalFactor
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed |
Constructor Summary | |
---|---|
ConditionalFactor(mixed conditionalPrimary) |
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 $conditionalPrimary
public mixed $not = false
public ConditionalFactor(mixed conditionalPrimary)
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.
ConditionalFactor ::= ["NOT"] ConditionalPrimary