PHP Class ZfcRbac\Factory\GuardPluginManagerFactory

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

Méthodes publiques

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

Method Details

__invoke() public méthode

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : GuardPluginManager
$container Interop\Container\ContainerInterface
$requestedName string
$options array
Résultat ZfcRbac\Guard\GuardPluginManager

createService() public méthode

{@inheritDoc}
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : GuardPluginManager
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
Résultat ZfcRbac\Guard\GuardPluginManager