Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $repository = $this->objectManager->getRepository('MyModule\Entity\Account');
- $account = $repository->find(1);
- foreach ($account->getSections() as &$section) {
- $section->setElements($repository->getElementsBySectionAndAccount($section, $account));
- }
Advertisement
Add Comment
Please, Sign In to add comment