PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.9.17
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.9.17
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
vendor/composer
ClassLoader.php 16.0 KB 3 years ago InstalledVersions.php 17.0 KB 1 year ago LICENSE 1.0 KB 3 years ago autoload_classmap.php 39.8 KB 1 month ago autoload_files.php 511 B 2 years ago autoload_namespaces.php 199 B 2 years ago autoload_psr4.php 714 B 4 months ago autoload_real.php 1.6 KB 1 month ago autoload_static.php 46.6 KB 1 month ago installed.json 22.5 KB 3 months ago installed.php 3.8 KB 1 month ago

autoload_real.php in WCPOS – Point of Sale (POS) plugin for WooCommerce 1.9.17, at vendor/composer/autoload_real.php

49 lines 1.6 KB Raw Download Zip
1 <?php
2
3 // autoload_real.php @generated by Composer
4
5 class ComposerAutoloaderInit4107ecd15c15c168c93b5ecc054e8550
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('ComposerAutoloaderInit4107ecd15c15c168c93b5ecc054e8550', 'loadClassLoader'), true, true);
26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27 spl_autoload_unregister(array('ComposerAutoloaderInit4107ecd15c15c168c93b5ecc054e8550', 'loadClassLoader'));
28
29 require __DIR__ . '/autoload_static.php';
30 call_user_func(\Composer\Autoload\ComposerStaticInit4107ecd15c15c168c93b5ecc054e8550::getInitializer($loader));
31
32 $loader->register(true);
33
34 $filesToLoad = \Composer\Autoload\ComposerStaticInit4107ecd15c15c168c93b5ecc054e8550::$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