accept( $visitor );
print $visitor;
?>
Show file
Open project: zetacomponents/workflow
Property | Type | Description | |
---|---|---|---|
$edges | Holds all the edges of the graph. | ||
$nodes | Holds the displayed strings for each of the nodes. | ||
$properties | array(string=>mixed) | Properties. | |
$workflowName | string | Holds the name of the workflow. |
Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
__get ( string $propertyName ) | Property get access. | |
__isset ( string $propertyName ) : boolean | Property isset access. | |
__set ( string $propertyName, string $propertyValue ) | Property set access. | |
__toString ( ) : boolean | Returns a the contents of a graphviz .dot file. |
Method | Description | |
---|---|---|
doVisit ( ezcWorkflowVisitable $visitable ) | Perform the visit. |
public __toString ( ) : boolean | ||
return | boolean |
protected doVisit ( ezcWorkflowVisitable $visitable ) | ||
$visitable | ezcWorkflowVisitable |
protected array(string=>mixed) $properties | ||
return | array(string=>mixed) |
protected string $workflowName | ||
return | string |