Home
last modified time | relevance | path

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

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