PHP Class izzum\statemachine\persistence\MemoryException

Inheritance: extends Memory
Show file Open project: rolfvreijdenberger/izzum-statemachine

Public Methods

Method Description
__construct ( $bool )
processGetState ( Identifier $identifier )
processSetState ( Identifier $identifier, $state, $message = null )

Method Details

__construct() public method

public __construct ( $bool )

processGetState() public method

public processGetState ( Identifier $identifier )
$identifier izzum\statemachine\Identifier

processSetState() public method

public processSetState ( Identifier $identifier, $state, $message = null )
$identifier izzum\statemachine\Identifier