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