StorageAdapterPluginManagerFactory
in package
implements
FactoryInterface
Interfaces, Classes, Traits and Enums
- FactoryInterface
- Backwards-compatibility shim for FactoryInterface.
Table of Contents
- $creationOptions : mixed
- zend-servicemanager v2 support for invocation options.
- __invoke() : AdapterPluginManager
- {@inheritDoc}
- createService() : AdapterPluginManager
- Create service
- setCreationOptions() : void
- zend-servicemanager v2 support for invocation options.
Properties
$creationOptions
zend-servicemanager v2 support for invocation options.
protected
mixed
$creationOptions
Methods
__invoke()
{@inheritDoc}
public
__invoke(ContainerInterface $container, mixed $name[, array<string|int, mixed> $options = null ]) : AdapterPluginManager
Parameters
- $container : ContainerInterface
- $name : mixed
- $options : array<string|int, mixed> = null
Return values
AdapterPluginManager —createService()
Create service
public
createService(ServiceLocatorInterface $container[, mixed $name = null ][, mixed $requestedName = null ]) : AdapterPluginManager
Parameters
- $container : ServiceLocatorInterface
- $name : mixed = null
- $requestedName : mixed = null
Return values
AdapterPluginManager —setCreationOptions()
zend-servicemanager v2 support for invocation options.
public
setCreationOptions(array<string|int, mixed> $options) : void
Parameters
- $options : array<string|int, mixed>