Skip to content

Instantly share code, notes, and snippets.

@awartoft
Created September 17, 2012 14:20
Show Gist options
  • Save awartoft/3737596 to your computer and use it in GitHub Desktop.
Save awartoft/3737596 to your computer and use it in GitHub Desktop.
'factories' => array(
'navigation' => function($sm) {
$navigation = $sm->get('Zend\View\Helper\Navigation');
$navigation->setAcl($sm->getServiceLocator()->get('acl'));
$navigation->setRole($sm->getServiceLocator()->get('user_service_auth')->getIdentity()->getRole());
return $navigation;
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment