| 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 |
|