Implements interfaces:
Empty container serving as a null value object
Located in /Container/Empty.php (line 28)
Accepts a visitor that should visit the child containers, component adapters and component instances.
Retrieve a component instance registered with a specific key or type
Find a component adapter associated with the specified key
Find a component adapter by type (and optionally by parameter name)
Retrieve all the component adapters inside this container.
If the type is supplied, this method returns the adapters associated with the specified type.
Retrieve all the registered component instances in the container
The components are returned in their order of instantiation, which depends on the dependency order between them.
If the type parameter is supplied, this method returns the components of the specified type.
Documentation generated on Mon, 19 May 2008 17:08:18 -0400 by phpDocumentor 1.4.2