PHP Класс ZfcRbac\Factory\RoleProviderPluginManagerFactory

Автор: Michaël Gallego ([email protected])
Наследование: implements Zend\ServiceManager\FactoryInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : RoleProviderPluginManager
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : RoleProviderPluginManager {@inheritDoc}

Описание методов

__invoke() публичный Метод

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : RoleProviderPluginManager
$container Interop\Container\ContainerInterface
$requestedName string
$options array
Результат ZfcRbac\Role\RoleProviderPluginManager

createService() публичный Метод

{@inheritDoc}
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : RoleProviderPluginManager
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
Результат ZfcRbac\Role\RoleProviderPluginManager