1 | <?php |
||
9 | class AuthenticationService implements FactoryInterface |
||
10 | { |
||
11 | public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) |
||
18 | |||
19 | /** |
||
20 | * Create service |
||
21 | * |
||
22 | * @param ServiceLocatorInterface $serviceLocator |
||
23 | * @return mixed |
||
24 | */ |
||
25 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
29 | } |
||
30 |