ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ComposerAutoloaderInit0b7e5ccf6ad3b6544d6c5a11478f9b6b Class Reference
+ Collaboration diagram for ComposerAutoloaderInit0b7e5ccf6ad3b6544d6c5a11478f9b6b:

Static Public Member Functions

static loadClassLoader ($class)
 
static getLoader ()
 

Static Private Attributes

static $loader
 

Detailed Description

Definition at line 5 of file autoload_real.php.

Member Function Documentation

◆ getLoader()

static ComposerAutoloaderInit0b7e5ccf6ad3b6544d6c5a11478f9b6b::getLoader ( )
static

Definition at line 16 of file autoload_real.php.

17 {
18 if (null !== self::$loader) {
19 return self::$loader;
20 }
21
22 spl_autoload_register(array('ComposerAutoloaderInit0b7e5ccf6ad3b6544d6c5a11478f9b6b', 'loadClassLoader'), true, true);
23 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24 spl_autoload_unregister(array('ComposerAutoloaderInit0b7e5ccf6ad3b6544d6c5a11478f9b6b', 'loadClassLoader'));
25
26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27 if ($useStaticLoader) {
28 require_once __DIR__ . '/autoload_static.php';
29
30 call_user_func(\Composer\Autoload\ComposerStaticInit0b7e5ccf6ad3b6544d6c5a11478f9b6b::getInitializer($loader));
31 } else {
32 $map = require __DIR__ . '/autoload_namespaces.php';
33 foreach ($map as $namespace => $path) {
35 }
36
37 $map = require __DIR__ . '/autoload_psr4.php';
38 foreach ($map as $namespace => $path) {
39 $loader->setPsr4($namespace, $path);
40 }
41
42 $classMap = require __DIR__ . '/autoload_classmap.php';
43 if ($classMap) {
44 $loader->addClassMap($classMap);
45 }
46 }
47
48 $loader->register(true);
49
50 if ($useStaticLoader) {
52 } else {
53 $includeFiles = require __DIR__ . '/autoload_files.php';
54 }
55 foreach ($includeFiles as $fileIdentifier => $file) {
57 }
58
59 return $loader;
60 }
$path
Definition: aliased.php:25
composerRequire0b7e5ccf6ad3b6544d6c5a11478f9b6b($fileIdentifier, $file)
if($err=$client->getError()) $namespace
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
Definition: bootstrap.php:27
if(!file_exists("$old.txt")) if( $old===$new) if(file_exists("$new.txt")) $file

References $file, Composer\Autoload\ComposerStaticInit0b7e5ccf6ad3b6544d6c5a11478f9b6b\$files, $loader, $loader, $namespace, $path, composerRequire0b7e5ccf6ad3b6544d6c5a11478f9b6b(), and defined.

+ Here is the call graph for this function:

◆ loadClassLoader()

static ComposerAutoloaderInit0b7e5ccf6ad3b6544d6c5a11478f9b6b::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 }

Field Documentation

◆ $loader

ComposerAutoloaderInit0b7e5ccf6ad3b6544d6c5a11478f9b6b::$loader
staticprivate

Definition at line 7 of file autoload_real.php.

Referenced by getLoader().


The documentation for this class was generated from the following file: