Home
last modified time | relevance | path

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

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