izzum\statemachine\utils\ReaderWriterDelegator::processSetState PHP Метод

processSetState() публичный Метод

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);
    }