ZF\Apigility\Admin\Controller\AuthenticationTypeControllerFactory::__invoke PHP Method

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AuthenticationTypeController
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return AuthenticationTypeController
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
    {
        return new AuthenticationTypeController($container->get(DefaultAuthenticationListener::class));
    }
AuthenticationTypeControllerFactory