Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dload.php92 $classPath = str_replace('\\', '/', $className);
95 || $this->autoloadTestMockClass($classPath)
96 || $this->autoloadTestClass($classPath)
97 || $this->autoloadPluginClass($classPath)
98 || $this->autoloadTemplateClass($classPath)
99 || $this->autoloadCoreClass($classPath)
121 * @param string $classPath The class name using forward slashes as namespace separators
124 protected function autoloadTestMockClass($classPath) argument
126 if ($this->prefixStrip($classPath, 'dokuwiki/test/mock/')) {
127 $file = DOKU_INC . '_test/mock/' . $classPath . '.php';
[all …]