KnpU\OAuth2ClientBundle\DependencyInjection\ProviderFactory::__construct PHP Method

__construct() public method

ProviderFactory constructor.
public __construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $generator )
$generator Symfony\Component\Routing\Generator\UrlGeneratorInterface
    public function __construct(UrlGeneratorInterface $generator)
    {
        $this->generator = $generator;
    }