PHP Class ZF\OAuth2\Factory\OAuth2ServerFactory

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

Méthodes publiques

Méthode Description
__invoke ( Interop\Container\ContainerInterface $container ) : OAuth2ServerInstanceFactory
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : OAuth2ServerInstanceFactory Provided for backwards compatibility; proxies to __invoke().

Method Details

__invoke() public méthode

public __invoke ( Interop\Container\ContainerInterface $container ) : OAuth2ServerInstanceFactory
$container Interop\Container\ContainerInterface
Résultat OAuth2ServerInstanceFactory

createService() public méthode

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