Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dadmin.php4143 $this->scanNamespaceRecursive($dataDir, '', $result);
4155 private function scanNamespaceRecursive($baseDir, $parentNamespace, &$result) { function in admin_plugin_calendar
4211 $this->scanNamespaceRecursive($nsDir . '/', $namespace, $result);
H A DCHANGELOG.md1205 - `scanNamespaceRecursive()` - namespace scanning
1294 - Added safeguards in `getEventsByNamespace()` and `scanNamespaceRecursive()`