Property | Type | Description | |
---|---|---|---|
$config | array | In addition to these, the constructor registers several factories and initializers; see that method for details. |
Method | Description | |
---|---|---|
__construct ( array $config = [] ) | Constructor | |
configureServiceManager ( Zend\ServiceManager\ServiceManager $services ) : Zend\ServiceManager\ServiceManager | Configure service container. | |
toArray ( ) : array | Return all service configuration (v3) |
public __construct ( array $config = [] ) | ||
$config | array |
public configureServiceManager ( Zend\ServiceManager\ServiceManager $services ) : Zend\ServiceManager\ServiceManager | ||
$services | Zend\ServiceManager\ServiceManager | |
return | Zend\ServiceManager\ServiceManager |
protected array $config | ||
return | array |