Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dload.php96 $classPath = str_replace('\\', '/', $className);
99 || $this->autoloadTestMockClass($classPath)
100 || $this->autoloadTestClass($classPath)
101 || $this->autoloadPluginClass($classPath)
102 || $this->autoloadTemplateClass($classPath)
103 || $this->autoloadCoreClass($classPath)
125 * @param string $classPath The class name using forward slashes as namespace separators
128 protected function autoloadTestMockClass($classPath) argument
130 if ($this->prefixStrip($classPath, 'dokuwiki/test/mock/')) {
131 $file = DOKU_INC . '_test/mock/' . $classPath . '.php';
[all …]