PHP Interface ezcWorkflowVisitable, Workflow

All elements that will be part of the workflow tree must implement this interface. {@link http://en.wikipedia.org/wiki/Visitor_pattern Information on the Visitor pattern.}
显示文件 Open project: zetacomponents/workflow Interface Usage Examples

Public Methods

Method Description
accept ( ezcWorkflowVisitor $visitor ) Accepts the visitor.

Method Details

accept() public method

Accepts the visitor.
public accept ( ezcWorkflowVisitor $visitor )
$visitor ezcWorkflowVisitor