ContainerLoader
in package
Configures a dependency injection container.
Table of Contents
Methods
- load() : void
- Configure the container.
Methods
load()
Configure the container.
public
load(ContainerInterface $container, ArrayAccess<string, mixed> $containerConfig) : void
Parameters
- $container : ContainerInterface
- $containerConfig : ArrayAccess<string, mixed>