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
public accept ( ezcWorkflowVisitor $visitor ) |
$visitor |
ezcWorkflowVisitor |
|