| 1 | <?php |
||
| 10 | class LmcUserAuthentication implements FactoryInterface |
||
| 11 | { |
||
| 12 | public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Create service |
||
| 26 | * |
||
| 27 | * @param ServiceLocatorInterface $serviceManager |
||
| 28 | * @return mixed |
||
| 29 | */ |
||
| 30 | public function createService(ServiceLocatorInterface $serviceManager) |
||
| 36 | } |
||
| 37 |