Home
last modified time | relevance | path

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

/dokuwiki/vendor/composer/
H A DClassLoader.php458 $file = $this->findFileWithExtension($class, '.php');
462 $file = $this->findFileWithExtension($class, '.hh');
492 private function findFileWithExtension($class, $ext)
498 private function findFileWithExtension($class, $ext) global() function in Composer\\Autoload\\ClassLoader