You are here

public function ClassLoader::isClassMapAuthoritative in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 includes/vendor/composer/ClassLoader.php \Composer\Autoload\ClassLoader::isClassMapAuthoritative()

Should class lookup fail if not found in the current class map?

Return value

bool

File

includes/vendor/composer/ClassLoader.php, line 269

Class

ClassLoader
ClassLoader implements a PSR-0, PSR-4 and classmap class loader.

Namespace

Composer\Autoload

Code

public function isClassMapAuthoritative() {
  return $this->classMapAuthoritative;
}