PluginProbe
Timetics – Appointment Booking Calendar & Scheduling / 1.0.63
Timetics – Appointment Booking Calendar & Scheduling v1.0.63
1.0.62 1.0.63 1.0.61 1.0.60 1.0.59 1.0.58 1.0.57 1.0.56 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 All 64 releases
timetics / vendor / composer / autoload_real.php

autoload_real.php in Timetics – Appointment Booking Calendar & Scheduling 1.0.63, at vendor/composer/autoload_real.php

49 lines 1.6 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 ComposerAutoloaderInitcb772dab4f3fb52c4dc75cd9e30c021b
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('ComposerAutoloaderInitcb772dab4f3fb52c4dc75cd9e30c021b', 'loadClassLoader'), true, true);
26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27 spl_autoload_unregister(array('ComposerAutoloaderInitcb772dab4f3fb52c4dc75cd9e30c021b', 'loadClassLoader'));
28
29 require __DIR__ . '/autoload_static.php';
30 call_user_func(\Composer\Autoload\ComposerStaticInitcb772dab4f3fb52c4dc75cd9e30c021b::getInitializer($loader));
31
32 $loader->register(true);
33
34 $filesToLoad = \Composer\Autoload\ComposerStaticInitcb772dab4f3fb52c4dc75cd9e30c021b::$files;
35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
37 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
38
39 require $file;
40 }
41 }, null, null);
42 foreach ($filesToLoad as $fileIdentifier => $file) {
43 $requireFile($fileIdentifier, $file);
44 }
45
46 return $loader;
47 }
48 }
49