PluginProbe
Additional Terms Lite for WooCommerce / 1.6.1
Additional Terms Lite for WooCommerce v1.6.1
1.7.3 1.7.2.1 trunk 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.2.2 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.6.3 All 35 releases
woo-additional-terms / vendor / composer / autoload_static.php

autoload_static.php in Additional Terms Lite for WooCommerce 1.6.1, at vendor/composer/autoload_static.php

58 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit82443969c41c67c7c400289f1ef4970f
8 {
9 public static $prefixLengthsPsr4 = array (
10 'W' =>
11 array (
12 'Woo_Additional_Terms\\' => 21,
13 ),
14 'P' =>
15 array (
16 'Psr\\Container\\' => 14,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'Woo_Additional_Terms\\' =>
22 array (
23 0 => __DIR__ . '/../..' . '/src',
24 ),
25 'Psr\\Container\\' =>
26 array (
27 0 => __DIR__ . '/..' . '/psr/container/src',
28 ),
29 );
30
31 public static $prefixesPsr0 = array (
32 'P' =>
33 array (
34 'Pimple' =>
35 array (
36 0 => __DIR__ . '/..' . '/pimple/pimple/src',
37 ),
38 ),
39 );
40
41 public static $classMap = array (
42 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
43 'WC_Install_Notice\\Nag' => __DIR__ . '/..' . '/mahdiyazdani/wc-install-notice/src/wc-install-notice.php',
44 'WP_Footer_Rate\\Rate' => __DIR__ . '/..' . '/mahdiyazdani/wp-footer-rate/src/wp-footer-rate.php',
45 );
46
47 public static function getInitializer(ClassLoader $loader)
48 {
49 return \Closure::bind(function () use ($loader) {
50 $loader->prefixLengthsPsr4 = ComposerStaticInit82443969c41c67c7c400289f1ef4970f::$prefixLengthsPsr4;
51 $loader->prefixDirsPsr4 = ComposerStaticInit82443969c41c67c7c400289f1ef4970f::$prefixDirsPsr4;
52 $loader->prefixesPsr0 = ComposerStaticInit82443969c41c67c7c400289f1ef4970f::$prefixesPsr0;
53 $loader->classMap = ComposerStaticInit82443969c41c67c7c400289f1ef4970f::$classMap;
54
55 }, null, ClassLoader::class);
56 }
57 }
58