| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInite2a132b5a233e8160f739333f059d65b |
| 8 |
{ |
| 9 |
public static $files = array ( |
| 10 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', |
| 11 |
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php', |
| 12 |
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', |
| 13 |
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', |
| 14 |
); |
| 15 |
|
| 16 |
public static $prefixLengthsPsr4 = array ( |
| 17 |
'P' => |
| 18 |
array ( |
| 19 |
'Psr\\Http\\Message\\' => 17, |
| 20 |
), |
| 21 |
'G' => |
| 22 |
array ( |
| 23 |
'GuzzleHttp\\Psr7\\' => 16, |
| 24 |
'GuzzleHttp\\Promise\\' => 19, |
| 25 |
'GuzzleHttp\\' => 11, |
| 26 |
), |
| 27 |
); |
| 28 |
|
| 29 |
public static $prefixDirsPsr4 = array ( |
| 30 |
'Psr\\Http\\Message\\' => |
| 31 |
array ( |
| 32 |
0 => __DIR__ . '/..' . '/psr/http-message/src', |
| 33 |
), |
| 34 |
'GuzzleHttp\\Psr7\\' => |
| 35 |
array ( |
| 36 |
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', |
| 37 |
), |
| 38 |
'GuzzleHttp\\Promise\\' => |
| 39 |
array ( |
| 40 |
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', |
| 41 |
), |
| 42 |
'GuzzleHttp\\' => |
| 43 |
array ( |
| 44 |
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', |
| 45 |
), |
| 46 |
); |
| 47 |
|
| 48 |
public static $classMap = array ( |
| 49 |
'StockpackAdmin' => __DIR__ . '/../..' . '/src/class-stockpackadmin.php', |
| 50 |
'StockpackMedia' => __DIR__ . '/../..' . '/src/class-stockpackmedia.php', |
| 51 |
'StockpackQuery' => __DIR__ . '/../..' . '/src/class-stockpackquery.php', |
| 52 |
'WeDevs_Settings_API' => __DIR__ . '/..' . '/tareq1988/wordpress-settings-api-class/src/class.settings-api.php', |
| 53 |
); |
| 54 |
|
| 55 |
public static function getInitializer(ClassLoader $loader) |
| 56 |
{ |
| 57 |
return \Closure::bind(function () use ($loader) { |
| 58 |
$loader->prefixLengthsPsr4 = ComposerStaticInite2a132b5a233e8160f739333f059d65b::$prefixLengthsPsr4; |
| 59 |
$loader->prefixDirsPsr4 = ComposerStaticInite2a132b5a233e8160f739333f059d65b::$prefixDirsPsr4; |
| 60 |
$loader->classMap = ComposerStaticInite2a132b5a233e8160f739333f059d65b::$classMap; |
| 61 |
|
| 62 |
}, null, ClassLoader::class); |
| 63 |
} |
| 64 |
} |
| 65 |
|