Definition at line 5 of file autoload_real.php.
◆ getLoader()
static ComposerAutoloaderInit777f8b6c06c7da0b0c8ee12893bee956::getLoader |
( |
| ) |
|
|
static |
Definition at line 16 of file autoload_real.php.
17 {
20 }
21
22 spl_autoload_register(array('ComposerAutoloaderInit777f8b6c06c7da0b0c8ee12893bee956', 'loadClassLoader'), true, true);
24 spl_autoload_unregister(array('ComposerAutoloaderInit777f8b6c06c7da0b0c8ee12893bee956', 'loadClassLoader'));
25
26 $map = require __DIR__ . '/autoload_namespaces.php';
29 }
30
31 $map = require __DIR__ . '/autoload_psr4.php';
34 }
35
36 $classMap = require __DIR__ . '/autoload_classmap.php';
37 if ($classMap) {
38 $loader->addClassMap($classMap);
39 }
40
42
44 }
if($err=$client->getError()) $namespace
References $loader, $loader, $namespace, and $path.
◆ loadClassLoader()
static ComposerAutoloaderInit777f8b6c06c7da0b0c8ee12893bee956::loadClassLoader |
( |
|
$class | ) |
|
|
static |
Definition at line 9 of file autoload_real.php.
10 {
11 if ('Composer\Autoload\ClassLoader' === $class) {
12 require __DIR__ . '/ClassLoader.php';
13 }
14 }
◆ $loader
ComposerAutoloaderInit777f8b6c06c7da0b0c8ee12893bee956::$loader |
|
staticprivate |
The documentation for this class was generated from the following file: