Skip to content

override ClosureExpressionVisitor::getObjectFieldValue #248

Open
@connorhu

Description

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.

        $criteria = new Criteria();
        $criteria->where(new Comparison('book.origin.countryCode', '=', 'Fr'));

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions