| 1 | <?php |
||
| 13 | class RedirectCallbackFactory implements FactoryInterface |
||
| 14 | { |
||
| 15 | public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Create service |
||
| 31 | * |
||
| 32 | * @param ServiceLocatorInterface $serviceLocator |
||
| 33 | * @return mixed |
||
| 34 | */ |
||
| 35 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 39 | } |
||
| 40 |