Class Xyster_Container_Visitor_TraversalChecking

Description

Concrete implementation of visitor which simply checks traversals

This can be a useful class for other Visitor implementations to extend, as it provides a default implementation.

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • license: New BSD License

Located in /Container/Visitor/TraversalChecking.php (line 31)

Xyster_Container_Visitor_Abstract
   |
   --Xyster_Container_Visitor_TraversalChecking
Direct descendents
Class Description
Xyster_Container_Visitor_MethodCalling A visitor implementation that calls methods on the components of a specified type
Method Summary
Methods
visitComponentAdapter (line 48)

Visit a component adapter that has to accept the visitor.

  • access: public
void visitComponentAdapter (Xyster_Container_Adapter $componentAdapter)
visitContainer (line 38)

Visit a container that has to accept the visitor

  • access: public
void visitContainer (Xyster_Container_Interface $container)

Redefined in descendants as:
visitParameter (line 58)

Visit a that has to accept the visitor.

  • access: public
void visitParameter (Xyster_Container_Parameter $parameter)

Inherited Methods

Inherited From Xyster_Container_Visitor_Abstract

Xyster_Container_Visitor_Abstract::traverse()
Xyster_Container_Visitor_Abstract::_checkTraversal()

Documentation generated on Mon, 19 May 2008 17:08:37 -0400 by phpDocumentor 1.4.2