izzum\statemachine\persistence\Memory::addHistory PHP 메소드

addHistory() 보호된 메소드

{@inheritDoc}
protected addHistory ( Identifier $identifier, $state, $message = null, $is_exception = false )
$identifier izzum\statemachine\Identifier
    protected function addHistory(Identifier $identifier, $state, $message = null, $is_exception = false)
    {
        //don't store history in memory, this is a simple adapter and we don't want a memory increase
        //for a long running process
    }