PHP Class ZF\OAuth2\Factory\OAuth2ServerFactory

Show file Open project: zfcampus/zf-oauth2 Class Usage Examples

Public Methods

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

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container ) : OAuth2ServerInstanceFactory
$container Interop\Container\ContainerInterface
return OAuth2ServerInstanceFactory

createService() public method

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