Home
last modified time | relevance | path

Searched refs:loadMonth (Results 1 – 3 of 3) sorted by relevance

/plugin/calendar/classes/
H A DEventManager.php73 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 Daction.php153 $this->loadMonth();
757 private function loadMonth() { function in action_plugin_calendar
H A DCHANGELOG.md868 - Was calling non-existent `loadMonth()` - now uses correct `navCalendar()`