PHP 클래스 ZF\OAuth2\Factory\PdoAdapterFactory

파일 보기 프로젝트 열기: zfcampus/zf-oauth2 1 사용 예제들

공개 메소드들

메소드 설명
__invoke ( Interop\Container\ContainerInterface $container ) : ZF\OAuth2\Adapter\PdoAdapter
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : ZF\OAuth2\Adapter\PdoAdapter Provided for backwards compatibility; proxies to __invoke().

메소드 상세

__invoke() 공개 메소드

public __invoke ( Interop\Container\ContainerInterface $container ) : ZF\OAuth2\Adapter\PdoAdapter
$container Interop\Container\ContainerInterface
리턴 ZF\OAuth2\Adapter\PdoAdapter

createService() 공개 메소드

Provided for backwards compatibility; proxies to __invoke().
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : ZF\OAuth2\Adapter\PdoAdapter
$container Zend\ServiceManager\ServiceLocatorInterface
리턴 ZF\OAuth2\Adapter\PdoAdapter