PHP Class ZfcRbac\Factory\RoleProviderPluginManagerFactory

Author: Michaël Gallego ([email protected])
Inheritance: implements Zend\ServiceManager\FactoryInterface
Mostrar archivo Open project: zf-commons/zfc-rbac Class Usage Examples

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : RoleProviderPluginManager
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : RoleProviderPluginManager {@inheritDoc}

Method Details

__invoke() public method

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

createService() public method

{@inheritDoc}
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : RoleProviderPluginManager
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
return ZfcRbac\Role\RoleProviderPluginManager