An implementation of the ezcWorkflowVisitor interface that resets all the nodes of a workflow.
This visitor should not be used directly but will be used by the reset() method on the workflow.
Source for this file: /Workflow/src/visitors/reset.php
ezcWorkflowVisitor | --ezcWorkflowVisitorReset
Version: | //autogen// |
From ezcWorkflowVisitor | |
---|---|
protected |
ezcWorkflowVisitor::$visited
|
protected void |
doVisit(
$visitable
)
Perform the visit. |
From ezcWorkflowVisitor | |
---|---|
public ezcWorkflowVisitor |
ezcWorkflowVisitor::__construct()
Constructor. |
public integer |
ezcWorkflowVisitor::count()
Returns the number of visited nodes. |
protected void |
ezcWorkflowVisitor::doVisit()
Perform the visit. |
public bool |
ezcWorkflowVisitor::visit()
Visit the $visitable. |
Perform the visit.
Name | Type | Description |
---|---|---|
$visitable |
ezcWorkflowVisitable |
Method | Description |
---|---|
ezcWorkflowVisitor::doVisit() |
Perform the visit. |