Ejemplo n.º 1
0
 /**
  * @param ServiceLocatorInterface $serviceLocator
  *
  * @return Wizard
  */
 public function createService(ServiceLocatorInterface $serviceLocator)
 {
     $wizard = new Wizard();
     return $wizard->setResolver($serviceLocator->getServiceLocator()->get('Zend\\View\\Resolver\\AggregateResolver'));
 }