PHP Class ZF\Apigility\Admin\Controller\AuthenticationTypeControllerFactory

Show file Open project: zfcampus/zf-apigility-admin

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AuthenticationTypeController
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : AuthenticationTypeController

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AuthenticationTypeController
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return AuthenticationTypeController

createService() public method

public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : AuthenticationTypeController
$container Zend\ServiceManager\ServiceLocatorInterface
return AuthenticationTypeController