PHP Класс KnpU\OAuth2ClientBundle\DependencyInjection\ProviderFactory

You won't need to use this directly.
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $generator ) ProviderFactory constructor.
createProvider ( string $class, array $options, string $redirectUri, array $redirectParams = [] ) : mixed Creates a provider of the given class.

Описание методов

__construct() публичный Метод

ProviderFactory constructor.
public __construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $generator )
$generator Symfony\Component\Routing\Generator\UrlGeneratorInterface

createProvider() публичный Метод

Creates a provider of the given class.
public createProvider ( string $class, array $options, string $redirectUri, array $redirectParams = [] ) : mixed
$class string
$options array
$redirectUri string
$redirectParams array
Результат mixed