Method | Description | |
---|---|---|
__construct ( $name ) | ||
addTransition ( |
Adds a transition. | |
getName ( ) : string | Returns the current node's name. | |
getOpenTransitions ( Alterway\Component\Workflow\ContextInterface $context ) : array | Returns the opened transitions. |
public addTransition ( |
||
$dst | ||
$spec | Alterway\Component\Workflow\SpecificationInterface | |
return |
public getOpenTransitions ( Alterway\Component\Workflow\ContextInterface $context ) : array | ||
$context | Alterway\Component\Workflow\ContextInterface | |
return | array |