| Fully Qualified Name: | Zend\I18n\Translator\LoaderPluginManagerFactory |
| Implements: | FactoryInterface |
| Name | Description | Defined By |
|---|---|---|
| __invoke() | Create and return a LoaderPluginManager. | LoaderPluginManagerFactory |
| createService() | zend-servicemanager v2 factory to return LoaderPluginManager | LoaderPluginManagerFactory |
| setCreationOptions() | v2 support for instance creation options. | LoaderPluginManagerFactory |
Create and return a LoaderPluginManager.
| Parameter Name | Type | Description |
|---|---|---|
| $container | \ContainerInterface | |
| $name | string | |
| $options | null|array |
Returns: \LoaderPluginManager
zend-servicemanager v2 factory to return LoaderPluginManager
| Parameter Name | Type | Description |
|---|---|---|
| $container | \ServiceLocatorInterface |
Returns: \LoaderPluginManager
v2 support for instance creation options.
| Parameter Name | Type | Description |
|---|---|---|
| $options | array |
Returns: void