PHP Class Alterway\Component\Workflow\NodeMap

Show file Open project: alterway/component-workflow Class Usage Examples

Public Methods

Method Description
__construct ( )
get ( string $name ) : Node Gets a node by name.
has ( string $name ) : boolean Checks if a node exists.

Method Details

__construct() public method

public __construct ( )

get() public method

Gets a node by name.
public get ( string $name ) : Node
$name string
return Node

has() public method

Checks if a node exists.
public has ( string $name ) : boolean
$name string
return boolean