Interface realizing a visitor pattern for the container
The visitor should visit the container, all registered component adapter instances and all instantiated components.
Located in /Container/Visitor.php (line 27)
Entry point for the Visitor traversal
The given node is the first object, that is asked for acceptance. Only objects of type Container_Interface, Component_Adapter, or Parameter are valid.
Visit a component adapter that has to accept the visitor.
Visit a container that has to accept the visitor
Visit a that has to accept the visitor.
Documentation generated on Mon, 19 May 2008 17:08:37 -0400 by phpDocumentor 1.4.2