Fully Qualified Name: | Laminas\I18n\Translator\LoaderPluginManagerFactory |
Implements: | FactoryInterface |
Name | Description | Defined By |
---|---|---|
__invoke() | Create and return a LoaderPluginManager. | LoaderPluginManagerFactory |
createService() | laminas-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
laminas-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