Path

ez components / documentation / api reference / 2007.2beta1 / workflow


eZ Components 2007.2beta1

Workflow: ezcWorkflowVisitor

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Interface: ezcWorkflowVisitor

Interface for visitor implementations that want to process a workflow using the Visitor design pattern. [source]
visit() is called on each of the nodes in the workflow in a top-down, depth-first fashion.
Start the processing of the workflow by calling accept() on the workflow passing the visitor object as the sole parameter.

Method Summary

public bool visit( $visitable )
Visit the $visitable.

Methods

visit

bool visit( ezcWorkflowVisitable $visitable )
Visit the $visitable.
Each node in the graph is visited once.

Parameters

Name Type Description
$visitable ezcWorkflowVisitable  

Last updated: Wed, 28 Nov 2007