Home
last modified time | relevance | path

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

/template/twigstarter/vendor/composer/
DClassLoader.php78 private $useIncludePath = false; variable in Composer\\Autoload\\ClassLoader
317 * @param bool $useIncludePath
321 public function setUseIncludePath($useIncludePath) argument
323 $this->useIncludePath = $useIncludePath;
334 return $this->useIncludePath;
552 if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
/template/strap/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)) {