You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can i override ClosureExpressionVisitor::getObjectFieldValue's method?
I want to use PropertyAccessor component of Symfony for getting value but for some reason everybody at Doctrine\Common\Collections\Expr calls ClosureExpressionVisitor::getObjectFieldValue instead of self::getObjectFieldValue so I can't override without copying everything.
$criteria = new Criteria();
$criteria->where(new Comparison('book.origin.countryCode', '=', 'Fr'));
The text was updated successfully, but these errors were encountered:
Hi!
How can i override ClosureExpressionVisitor::getObjectFieldValue's method?
I want to use PropertyAccessor component of Symfony for getting value but for some reason everybody at Doctrine\Common\Collections\Expr calls ClosureExpressionVisitor::getObjectFieldValue instead of self::getObjectFieldValue so I can't override without copying everything.
The text was updated successfully, but these errors were encountered: