Class:CollectionMemberExpression - Superclass: Node Node
⌊ CollectionMemberExpression
public class CollectionMemberExpression
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed | |
mixed |
Constructor Summary | |
---|---|
CollectionMemberExpression(mixed entityExpr, mixed collValuedPathExpr) |
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 $collectionValuedPathExpression
public mixed $entityExpression
public mixed $not
public CollectionMemberExpression(mixed entityExpr, mixed collValuedPathExpr)
public void dispatch(mixed walker, $walker )
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
CollectionMemberExpression ::= EntityExpression ["NOT"] "MEMBER" ["OF"] CollectionValuedPathExpression