PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.10.13
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.10.13
1.10.19 1.10.18 1.10.17 1.10.16 1.10.15 1.10.13 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 untagged-3d9b7ccddc54df87c672 1.10.7 1.10.6 1.10.5 1.10.3 1.10.4 1.10.2 1.10.1 1.10.0 1.9.17 1.9.15 1.9.16 1.9.14 All 163 releases
woocommerce-pos / vendor / composer / autoload_real.php

autoload_real.php in WCPOS – Point of Sale (POS) plugin for WooCommerce 1.10.13, 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 ComposerAutoloaderInit255175955286bf1e5d070dee2c61c5a5
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('ComposerAutoloaderInit255175955286bf1e5d070dee2c61c5a5', 'loadClassLoader'), true, true);
26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27 spl_autoload_unregister(array('ComposerAutoloaderInit255175955286bf1e5d070dee2c61c5a5', 'loadClassLoader'));
28
29 require __DIR__ . '/autoload_static.php';
30 call_user_func(\Composer\Autoload\ComposerStaticInit255175955286bf1e5d070dee2c61c5a5::getInitializer($loader));
31
32 $loader->register(true);
33
34 $filesToLoad = \Composer\Autoload\ComposerStaticInit255175955286bf1e5d070dee2c61c5a5::$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