function FlightPath::z_____cache_course_inventory
Search API
7.x FlightPath.php | FlightPath::z_____cache_course_inventory($limit_start = 0, $limit_size = 4000) |
6.x FlightPath.php | FlightPath::z_____cache_course_inventory($limit_start = 0, $limit_size = 4000) |
This function replaces the original method of caching the course inventory, to something which uses a file instead of database.
File
- classes/
FlightPath.php, line 1213
Class
Code
function z_____cache_course_inventory($limit_start = 0, $limit_size = 4000) {
// This functionality has moved to the system module to make it easier to call.
// This will eventually be depricated.
system_reload_and_cache_course_inventory();
}