| 1 | <?php |
||
| 18 | class AuthenticationServiceFactory extends AbstractFactory |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * {@inheritDoc} |
||
| 22 | */ |
||
| 23 | 1 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) |
|
| 30 | |||
| 31 | 1 | public function createService(ServiceLocatorInterface $container) : AuthenticationService |
|
| 35 | |||
| 36 | public function getOptionsClass() : string |
||
| 40 | } |
||
| 41 |