ClassLoader.php
5 years ago
LICENSE
6 years ago
autoload_classmap.php
5 years ago
autoload_files.php
5 years ago
autoload_namespaces.php
6 years ago
autoload_psr4.php
6 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
6 years ago
autoload_static.php
57 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInita3b005ccfb4ccbe1db7437bf2d108a36 |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | '4a6a586c2a198135debe2a301a011fd8' => __DIR__ . '/../..' . '/src/helpers/helper-slw-views.php', |
| 11 | ); |
| 12 | |
| 13 | public static $prefixLengthsPsr4 = array ( |
| 14 | 'S' => |
| 15 | array ( |
| 16 | 'SLW\\SRC\\' => 8, |
| 17 | ), |
| 18 | ); |
| 19 | |
| 20 | public static $prefixDirsPsr4 = array ( |
| 21 | 'SLW\\SRC\\' => |
| 22 | array ( |
| 23 | 0 => __DIR__ . '/../..' . '/src', |
| 24 | ), |
| 25 | ); |
| 26 | |
| 27 | public static $classMap = array ( |
| 28 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 29 | 'SLW\\SRC\\Classes\\Frontend\\SlwFrontendCart' => __DIR__ . '/../..' . '/src/classes/frontend/class-slw-frontend-cart.php', |
| 30 | 'SLW\\SRC\\Classes\\Frontend\\SlwFrontendProduct' => __DIR__ . '/../..' . '/src/classes/frontend/class-slw-frontend-product.php', |
| 31 | 'SLW\\SRC\\Classes\\SlwAdminNotice' => __DIR__ . '/../..' . '/src/classes/class-slw-admin-notice.php', |
| 32 | 'SLW\\SRC\\Classes\\SlwLocationTaxonomy' => __DIR__ . '/../..' . '/src/classes/class-slw-location-taxonomy.php', |
| 33 | 'SLW\\SRC\\Classes\\SlwOrderItem' => __DIR__ . '/../..' . '/src/classes/class-slw-order-item.php', |
| 34 | 'SLW\\SRC\\Classes\\SlwProductListing' => __DIR__ . '/../..' . '/src/classes/class-slw-product-listing.php', |
| 35 | 'SLW\\SRC\\Classes\\SlwProductRest' => __DIR__ . '/../..' . '/src/classes/class-slw-rest.php', |
| 36 | 'SLW\\SRC\\Classes\\SlwSettings' => __DIR__ . '/../..' . '/src/classes/class-slw-settings.php', |
| 37 | 'SLW\\SRC\\Classes\\SlwShortcodes' => __DIR__ . '/../..' . '/src/classes/class-slw-shortcodes.php', |
| 38 | 'SLW\\SRC\\Classes\\SlwStockLocationsTab' => __DIR__ . '/../..' . '/src/classes/class-slw-stock-locations-tab.php', |
| 39 | 'SLW\\SRC\\Helpers\\SlwFrontendHelper' => __DIR__ . '/../..' . '/src/helpers/helper-slw-frontend.php', |
| 40 | 'SLW\\SRC\\Helpers\\SlwMailHelper' => __DIR__ . '/../..' . '/src/helpers/helper-slw-mail.php', |
| 41 | 'SLW\\SRC\\Helpers\\SlwOrderItemHelper' => __DIR__ . '/../..' . '/src/helpers/helper-slw-order-item.php', |
| 42 | 'SLW\\SRC\\Helpers\\SlwProductHelper' => __DIR__ . '/../..' . '/src/helpers/helper-slw-product.php', |
| 43 | 'SLW\\SRC\\Helpers\\SlwStockAllocationHelper' => __DIR__ . '/../..' . '/src/helpers/helper-slw-stock-allocation.php', |
| 44 | 'SLW\\SRC\\Helpers\\SlwWpmlHelper' => __DIR__ . '/../..' . '/src/helpers/helper-slw-wpml.php', |
| 45 | ); |
| 46 | |
| 47 | public static function getInitializer(ClassLoader $loader) |
| 48 | { |
| 49 | return \Closure::bind(function () use ($loader) { |
| 50 | $loader->prefixLengthsPsr4 = ComposerStaticInita3b005ccfb4ccbe1db7437bf2d108a36::$prefixLengthsPsr4; |
| 51 | $loader->prefixDirsPsr4 = ComposerStaticInita3b005ccfb4ccbe1db7437bf2d108a36::$prefixDirsPsr4; |
| 52 | $loader->classMap = ComposerStaticInita3b005ccfb4ccbe1db7437bf2d108a36::$classMap; |
| 53 | |
| 54 | }, null, ClassLoader::class); |
| 55 | } |
| 56 | } |
| 57 |