PHP Class izzum\statemachine\persistence\MemoryException

Inheritance: extends Memory
Afficher le fichier Open project: rolfvreijdenberger/izzum-statemachine

Méthodes publiques

Méthode Description
__construct ( $bool )
processGetState ( Identifier $identifier )
processSetState ( Identifier $identifier, $state, $message = null )

Method Details

__construct() public méthode

public __construct ( $bool )

processGetState() public méthode

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

processSetState() public méthode

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