Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dadmin.php4047 $this->scanNamespaceRecursive($dataDir, '', $result);
4059 private function scanNamespaceRecursive($baseDir, $parentNamespace, &$result) { function in admin_plugin_calendar
4115 $this->scanNamespaceRecursive($nsDir . '/', $namespace, $result);
H A DCHANGELOG.md1114 - `scanNamespaceRecursive()` - namespace scanning
1203 - Added safeguards in `getEventsByNamespace()` and `scanNamespaceRecursive()`