PluginProbe
Image Source Control Lite – Show Image Credits and Captions / 3.11.0
Image Source Control Lite – Show Image Credits and Captions v3.11.0
3.12.0 3.11.0 trunk 1.1 1.1.1 1.1.2 1.1.2.1 1.1.3 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.2 1.2.0.1 1.2.0.2 1.2.0.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.4.1 1.3.5 All 110 releases
image-source-control-isc / lib / composer / autoload_real.php

autoload_real.php in Image Source Control Lite – Show Image Credits and Captions 3.11.0, at lib/composer/autoload_real.php

37 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_real.php @generated by Composer
4
5 class ComposerAutoloaderInitdb72a6bac11cb0e6b971811c93d09a9b
6 {
7 private static $loader;
8
9 public static function loadClassLoader($class)
10 {
11 if ('Composer\Autoload\ClassLoader' === $class) {
12 require __DIR__ . '/ClassLoader.php';
13 }
14 }
15
16 /**
17 * @return \Composer\Autoload\ClassLoader
18 */
19 public static function getLoader()
20 {
21 if (null !== self::$loader) {
22 return self::$loader;
23 }
24
25 spl_autoload_register(array('ComposerAutoloaderInitdb72a6bac11cb0e6b971811c93d09a9b', 'loadClassLoader'), true, true);
26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27 spl_autoload_unregister(array('ComposerAutoloaderInitdb72a6bac11cb0e6b971811c93d09a9b', 'loadClassLoader'));
28
29 require __DIR__ . '/autoload_static.php';
30 call_user_func(\Composer\Autoload\ComposerStaticInitdb72a6bac11cb0e6b971811c93d09a9b::getInitializer($loader));
31
32 $loader->register(true);
33
34 return $loader;
35 }
36 }
37