Class Config

Summary

Fully Qualified Name: Zend\ServiceManager\Config
Implements: ConfigInterface

Description

Object for defining configuration and configuring an existing service manager instance.

In order to provide configuration merging capabilities, this class implements the same functionality as Zend\Stdlib\ArrayUtils::merge(). That routine allows developers to specifically shape how values are merged:

These features are advanced, and not typically used. If you wish to use them, you will need to require the zend-stdlib package in your application.

Methods

Name Description Defined By
__construct() Config
configureServiceManager() Config
toArray() Config

Method Details

__construct()

Parameter Name Type Description
$config array

Returns:

configureServiceManager()

Parameter Name Type Description
$serviceManager

Returns:

toArray()

Returns:

Top