An composite implementation of the PSR-11 standard. This container allows sequentially querying a list of child
containers for a key. Every child container can be anything that passes normalization with
NormalizeContainerCapableTrait#_normalizeContainer()
.
CompositeContainer
- The composite container implementation. Does not cache results.ContainerListAwareTrait
- Awareness of a list of containers.