Home
last modified time | relevance | path

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

/plugin/calendar/classes/
H A DEventManager.php87 $events = self::loadMonthMultiNamespace($namespace, $year, $month);
109 private static function loadMonthMultiNamespace($namespacePattern, $year, $month) { function in CalendarEventManager