PHP Class ZF\OAuth2\Factory\PdoAdapterFactory

Afficher le fichier Open project: zfcampus/zf-oauth2 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public __invoke ( Interop\Container\ContainerInterface $container ) : ZF\OAuth2\Adapter\PdoAdapter
$container Interop\Container\ContainerInterface
Résultat ZF\OAuth2\Adapter\PdoAdapter

createService() public méthode

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