PluginProbe
Tiered Pricing Table for WooCommerce / 2.3.1
Tiered Pricing Table for WooCommerce v2.3.1
7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 All 90 releases
tier-pricing-table / vendor / composer / autoload_static.php

autoload_static.php in Tiered Pricing Table for WooCommerce 2.3.1, at vendor/composer/autoload_static.php

40 lines 1.0 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 ComposerStaticInit13156cd077b85c60f55232387c28ad0c
8 {
9 public static $prefixLengthsPsr4 = array (
10 'T' =>
11 array (
12 'TierPricingTable\\' => 17,
13 ),
14 'P' =>
15 array (
16 'Premmerce\\SDK\\' => 14,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'TierPricingTable\\' =>
22 array (
23 0 => __DIR__ . '/../..' . '/src',
24 ),
25 'Premmerce\\SDK\\' =>
26 array (
27 0 => __DIR__ . '/..' . '/premmerce/wordpress-sdk/src',
28 ),
29 );
30
31 public static function getInitializer(ClassLoader $loader)
32 {
33 return \Closure::bind(function () use ($loader) {
34 $loader->prefixLengthsPsr4 = ComposerStaticInit13156cd077b85c60f55232387c28ad0c::$prefixLengthsPsr4;
35 $loader->prefixDirsPsr4 = ComposerStaticInit13156cd077b85c60f55232387c28ad0c::$prefixDirsPsr4;
36
37 }, null, ClassLoader::class);
38 }
39 }
40