Home
last modified time | relevance | path

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

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