izzum\statemachine\utils\ReaderWriterDelegator::processSetState PHP Method

processSetState() public method

public processSetState ( Identifier $identifier, $state, $message = null )
$identifier izzum\statemachine\Identifier
    public function processSetState(Identifier $identifier, $state, $message = null)
    {
        return $this->writer->processSetState($identifier, $state, $message);
    }