PHP Class ZF\OAuth2\Factory\PdoAdapterFactory

Mostrar archivo Open project: zfcampus/zf-oauth2 Class Usage Examples

Public Methods

Method Description
__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().

Method Details

__invoke() public method

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

createService() public method

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