PHP Class KnpU\OAuth2ClientBundle\Client\ClientRegistry

Show file Open project: knpuniversity/oauth2-client-bundle

Public Methods

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

Method Details

__construct() public method

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

getClient() public method

Easy accessor for client objects.
public getClient ( string $key ) : OAuth2Client
$key string
return OAuth2Client