Home
last modified time | relevance | path

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

/dokuwiki/vendor/composer/
DClassLoader.php80 private $useIncludePath = false; variable in Composer\\Autoload\\ClassLoader
315 * @param bool $useIncludePath
319 public function setUseIncludePath($useIncludePath) argument
321 $this->useIncludePath = $useIncludePath;
332 return $this->useIncludePath;
551 if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {