forked from rebillar/site-accueil-insa
		
	
		
			
				
	
	
		
			59 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // autoload_real.php @generated by Composer
 | |
| 
 | |
| class ComposerAutoloaderInit998aea8badffebf864ce7fa17c9daba1
 | |
| {
 | |
|     private static $loader;
 | |
| 
 | |
|     public static function loadClassLoader($class)
 | |
|     {
 | |
|         if ('Composer\Autoload\ClassLoader' === $class) {
 | |
|             require __DIR__ . '/ClassLoader.php';
 | |
|         }
 | |
|     }
 | |
| 
 | |
|     /**
 | |
|      * @return \Composer\Autoload\ClassLoader
 | |
|      */
 | |
|     public static function getLoader()
 | |
|     {
 | |
|         if (null !== self::$loader) {
 | |
|             return self::$loader;
 | |
|         }
 | |
| 
 | |
|         spl_autoload_register(array('ComposerAutoloaderInit998aea8badffebf864ce7fa17c9daba1', 'loadClassLoader'), true, false);
 | |
|         self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
 | |
|         spl_autoload_unregister(array('ComposerAutoloaderInit998aea8badffebf864ce7fa17c9daba1', 'loadClassLoader'));
 | |
| 
 | |
|         $includePaths = require __DIR__ . '/include_paths.php';
 | |
|         $includePaths[] = get_include_path();
 | |
|         set_include_path(implode(PATH_SEPARATOR, $includePaths));
 | |
| 
 | |
|         require __DIR__ . '/autoload_static.php';
 | |
|         call_user_func(\Composer\Autoload\ComposerStaticInit998aea8badffebf864ce7fa17c9daba1::getInitializer($loader));
 | |
| 
 | |
|         $loader->register(false);
 | |
| 
 | |
|         $includeFiles = \Composer\Autoload\ComposerStaticInit998aea8badffebf864ce7fa17c9daba1::$files;
 | |
|         foreach ($includeFiles as $fileIdentifier => $file) {
 | |
|             composerRequire998aea8badffebf864ce7fa17c9daba1($fileIdentifier, $file);
 | |
|         }
 | |
| 
 | |
|         return $loader;
 | |
|     }
 | |
| }
 | |
| 
 | |
| /**
 | |
|  * @param string $fileIdentifier
 | |
|  * @param string $file
 | |
|  * @return void
 | |
|  */
 | |
| function composerRequire998aea8badffebf864ce7fa17c9daba1($fileIdentifier, $file)
 | |
| {
 | |
|     if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
 | |
|         $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
 | |
| 
 | |
|         require $file;
 | |
|     }
 | |
| }
 |