izzum\statemachine\utils\IncreaseId::_execute PHP Method

_execute() protected method

protected _execute ( )
    protected function _execute()
    {
        //proof that we can manipulate the entity
        $this->entity->id += 1;
    }