class ComposerStaticInit5b4ef5f867672431561418e16d078844 in Lockr 7.3
Hierarchy
- class \Composer\Autoload\ComposerStaticInit5b4ef5f867672431561418e16d078844
Expanded class hierarchy of ComposerStaticInit5b4ef5f867672431561418e16d078844
File
- vendor/
composer/ autoload_static.php, line 7
Namespace
Composer\AutoloadView source
class ComposerStaticInit5b4ef5f867672431561418e16d078844 {
public static $files = array(
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'7c9b72b4e40cc7adcca6fd17b1bf4c8d' => __DIR__ . '/..' . '/indigophp/hash-compat/src/hash_equals.php',
'43d9263e52ab88b5668a28ee36bd4e65' => __DIR__ . '/..' . '/indigophp/hash-compat/src/hash_pbkdf2.php',
);
public static $prefixLengthsPsr4 = array(
'S' => array(
'Symfony\\Polyfill\\Ctype\\' => 23,
'Symfony\\Component\\Yaml\\' => 23,
),
'P' => array(
'Psr\\Log\\' => 8,
'Psr\\Http\\Message\\' => 17,
),
'L' => array(
'Lockr\\' => 6,
),
'G' => array(
'GuzzleHttp\\Psr7\\' => 16,
'GuzzleHttp\\Promise\\' => 19,
'GuzzleHttp\\' => 11,
),
);
public static $prefixDirsPsr4 = array(
'Symfony\\Polyfill\\Ctype\\' => array(
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
),
'Symfony\\Component\\Yaml\\' => array(
0 => __DIR__ . '/..' . '/symfony/yaml',
),
'Psr\\Log\\' => array(
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'Psr\\Http\\Message\\' => array(
0 => __DIR__ . '/..' . '/psr/http-message/src',
),
'Lockr\\' => array(
0 => __DIR__ . '/..' . '/lockr/lockr/src',
),
'GuzzleHttp\\Psr7\\' => array(
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
),
'GuzzleHttp\\Promise\\' => array(
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
),
'GuzzleHttp\\' => array(
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
),
);
public static function getInitializer(ClassLoader $loader) {
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit5b4ef5f867672431561418e16d078844::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5b4ef5f867672431561418e16d078844::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ComposerStaticInit5b4ef5f867672431561418e16d078844:: |
public static | property | ||
ComposerStaticInit5b4ef5f867672431561418e16d078844:: |
public static | property | ||
ComposerStaticInit5b4ef5f867672431561418e16d078844:: |
public static | property | ||
ComposerStaticInit5b4ef5f867672431561418e16d078844:: |
public static | function |