Interface for visitable workflow elements that can be visited by ezcWorkflowVisitor implementations for processing using the Visitor design pattern.
All elements that will be part of the workflow tree must implement this interface.
Source for this file: /Workflow/src/interfaces/visitable.php
Version: | //autogen// |
public void |
accept(
$visitor
)
Accepts the visitor. |
Accepts the visitor.
Name | Type | Description |
---|---|---|
$visitor |
ezcWorkflowVisitor |