Skip to content

Doesn't work with doctrine's embeddables #8

@danaki

Description

@danaki

In my Entity I have the following embeddable:

    /**
     * @var Money\Currency
     *
     * @ORM\Embedded(class="\Money\Currency")
     */
    private $inboundCurrency;

$metaData->fieldNames contains "inboundCurrency.code" for this field. But if I provide an array with this key, I get "Property inboundCurrency.code does not exist (ReflectionException)" error. Other ways I've tried also do not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions