public static function MostPopularLastRun::clear in Drupal Most Popular 7
Same name and namespace in other branches
- 6 classes/lastrun.php \MostPopularLastRun::clear()
Clears the internal caches.
File
- classes/
lastrun.php, line 127 - Defines a wrapper for the mostpopular_last_run table.
Class
- MostPopularLastRun
- @file Defines a wrapper for the mostpopular_last_run table.
Code
public static function clear() {
self::$default_throttles = array();
}