Guest User

Untitled

a guest
May 14th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. $repository = $this->objectManager->getRepository('MyModule\Entity\Account');
  2. $account = $repository->find(1);
  3.  
  4. foreach ($account->getSections() as &$section) {
  5.     $section->setElements($repository->getElementsBySectionAndAccount($section, $account));
  6. }
Advertisement
Add Comment
Please, Sign In to add comment