PHP 클래스 KnpU\OAuth2ClientBundle\Client\ClientRegistry

파일 보기 프로젝트 열기: knpuniversity/oauth2-client-bundle

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $serviceMap ) ClientRegistry constructor.
getClient ( string $key ) : OAuth2Client Easy accessor for client objects.

메소드 상세

__construct() 공개 메소드

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

getClient() 공개 메소드

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