Methods

Constructor

__construct(array $configuration) 

Merges internal arrays with those passed via configuration

Parameters

$configuration

array

Configure the provided service manager instance with the configuration in this class.

configureServiceManager(\Zend\ServiceManager\ServiceManager $serviceManager) : void

In addition to using each of the internal properties to configure the service manager, also adds an initializer to inject ServiceManagerAware and ServiceLocatorAware classes with the service manager.

Parameters

 Properties

 

Abstract factories

$abstractFactories : array

 

Aliases

$aliases : array

 

Service factories

$factories : array

 

Services that can be instantiated without factories

$invokables : array

 

Shared services

$shared : array

Services are shared by default; this is primarily to indicate services that should NOT be shared