The core container interface
It is used to retrieve component instances from the container.
Located in /Container/Interface.php (line 26)
Class | Description |
---|---|
Xyster_Container_Mutable | Core interface for registration of components within a container |
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:23 -0400 by phpDocumentor 1.4.2