Home
last modified time | relevance | path

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

/dokuwiki/vendor/composer/
H A DClassLoader.php524 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
528 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
551 if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {