I'm a little confused to the distinction between these two methods, and there are parallels to some other methods with similar relationships, but let's just use these two for now:
Code: Select all
get_all_room_results(room_id, aps_var, var_level, [start_day], [end_day])
get_room_results( room_id, aps_var, vista_var, var_level, start_day = -1, end_day = -1 )After that, what is the purpose of requiring both the 'aps_var' and the 'vista_var'? These are always matched pairs, right? So it seems like it's just requiring an extra step where I have to pull out a full list of all the variables to be sure I have both specified correctly.

