Property | Type | Description | |
---|---|---|---|
$pluginManagerModel | string | ||
$pluginManagerService | string |
Method | Description | |
---|---|---|
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : mixed | Return one of the plugin manager-backed model instance. | |
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : mixed | Return one of the plugin manager-backed model instance (v2). |
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : mixed | ||
$container | Zend\ServiceManager\ServiceLocatorInterface | |
return | mixed | A model instance that composes a plugin manager. |