Searched refs:loadMonth (Results 1 – 3 of 3) sorted by relevance
| /plugin/calendar/classes/ |
| H A D | EventManager.php | 74 public static function loadMonth($namespace, $year, $month, $useCache = true) { function in CalendarEventManager 359 $events = self::loadMonth($namespace, (int)$year, (int)$month); 388 $events = self::loadMonth('*', (int)$year, (int)$month, false); 430 $events = self::loadMonth($namespace, $year, $month);
|
| /plugin/calendar/ |
| H A D | action.php | 190 $this->loadMonth(); 812 private function loadMonth() { function in action_plugin_calendar
|
| H A D | CHANGELOG.md | 959 - Was calling non-existent `loadMonth()` - now uses correct `navCalendar()`
|