izzum\statemachine\CallableHelper::increaseInstanceId PHP Method

increaseInstanceId() public method

public increaseInstanceId ( $entity )
    public function increaseInstanceId($entity)
    {
        $this->instance_id++;
    }