PHP 클래스 OAuthBundle\Provider\UserProvider

저자: Alfonso M. García Astorga ([email protected])
상속: extends HWI\Bundle\OAuthBundle\Security\Core\User\OAuthUserProvider
파일 보기 프로젝트 열기: alfonsomga/symfony.demo.on.roids

보호된 프로퍼티들

프로퍼티 타입 설명
$container
$entityManager

공개 메소드들

메소드 설명
__construct ( EntityManager $entityManager, Symfony\Component\DependencyInjection\ContainerInterface $container ) UserProvider constructor.
loadUserByOAuthUserResponse ( HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface $response ) : mixed

메소드 상세

__construct() 공개 메소드

UserProvider constructor.
public __construct ( EntityManager $entityManager, Symfony\Component\DependencyInjection\ContainerInterface $container )
$entityManager Doctrine\ORM\EntityManager
$container Symfony\Component\DependencyInjection\ContainerInterface

loadUserByOAuthUserResponse() 공개 메소드

public loadUserByOAuthUserResponse ( HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface $response ) : mixed
$response HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface
리턴 mixed

프로퍼티 상세

$container 보호되어 있는 프로퍼티

protected $container

$entityManager 보호되어 있는 프로퍼티

protected $entityManager