Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow DoctrineWriter to handle association values #245

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gnat42
Copy link
Contributor

@gnat42 gnat42 commented Jul 29, 2015

This allows some of an object graph to be updated. Really only
useful once another PR related to using entity repository methods

gnat42 added 2 commits July 29, 2015 17:05
This allows some of an object graph to be updated. Really only
useful once another PR related to using entity repository methods
To allow for extensions and easier testing updateAssociations
is split into two functions. One loops over associations and then calls
the second updateAssociation function that does the metadata retrieval
and the rest of the entity updating.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant