34 lines
831 B
PHP
34 lines
831 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInite863a36850238c27fe275e4df5c3a50c
|
|
{
|
|
public static $prefixesPsr0 = array (
|
|
's' =>
|
|
array (
|
|
'stringEncode' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/paquettg/string-encode/src',
|
|
),
|
|
),
|
|
'P' =>
|
|
array (
|
|
'PHPHtmlParser' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/paquettg/php-html-parser/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixesPsr0 = ComposerStaticInite863a36850238c27fe275e4df5c3a50c::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|