entityExpression = $entityExpr; $this->collectionValuedPathExpression = $collValuedPathExpr; } /** * {@inheritdoc} */ public function dispatch($walker) { return $walker->walkCollectionMemberExpression($this); } }