PHP Class KnpU\OAuth2ClientBundle\Client\ClientRegistry

Afficher le fichier Open project: knpuniversity/oauth2-client-bundle

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $serviceMap ) ClientRegistry constructor.
getClient ( string $key ) : OAuth2Client Easy accessor for client objects.

Method Details

__construct() public méthode

ClientRegistry constructor.
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $serviceMap )
$container Symfony\Component\DependencyInjection\ContainerInterface
$serviceMap array

getClient() public méthode

Easy accessor for client objects.
public getClient ( string $key ) : OAuth2Client
$key string
Résultat OAuth2Client