Skip to content

Instantly share code, notes, and snippets.

@awartoft
Created July 16, 2012 19:45
Show Gist options
  • Save awartoft/3124604 to your computer and use it in GitHub Desktop.
Save awartoft/3124604 to your computer and use it in GitHub Desktop.
$sm->get('view_manager')
->getHelperManager()
->addInitializer(function($instance) use ($sm) {
if ($instance instanceof ServiceLocatorAwareInterface) {
$instance->setServiceLocator($sm);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment