xref: /plugin/pureldap/vendor/composer/autoload_static.php (revision 0b3fd2d31e4d1997548a8fbc53fa771027c4a47f)
1*0b3fd2d3SAndreas Gohr<?php
2*0b3fd2d3SAndreas Gohr
3*0b3fd2d3SAndreas Gohr// autoload_static.php @generated by Composer
4*0b3fd2d3SAndreas Gohr
5*0b3fd2d3SAndreas Gohrnamespace Composer\Autoload;
6*0b3fd2d3SAndreas Gohr
7*0b3fd2d3SAndreas Gohrclass ComposerStaticInit4dc77faa3459161bbb3efea2ab35aaa9
8*0b3fd2d3SAndreas Gohr{
9*0b3fd2d3SAndreas Gohr    public static $prefixLengthsPsr4 = array (
10*0b3fd2d3SAndreas Gohr        'F' =>
11*0b3fd2d3SAndreas Gohr        array (
12*0b3fd2d3SAndreas Gohr            'FreeDSx\\Socket\\' => 15,
13*0b3fd2d3SAndreas Gohr            'FreeDSx\\Sasl\\' => 13,
14*0b3fd2d3SAndreas Gohr            'FreeDSx\\Ldap\\' => 13,
15*0b3fd2d3SAndreas Gohr            'FreeDSx\\Asn1\\' => 13,
16*0b3fd2d3SAndreas Gohr        ),
17*0b3fd2d3SAndreas Gohr    );
18*0b3fd2d3SAndreas Gohr
19*0b3fd2d3SAndreas Gohr    public static $prefixDirsPsr4 = array (
20*0b3fd2d3SAndreas Gohr        'FreeDSx\\Socket\\' =>
21*0b3fd2d3SAndreas Gohr        array (
22*0b3fd2d3SAndreas Gohr            0 => __DIR__ . '/..' . '/freedsx/socket/src/FreeDSx/Socket',
23*0b3fd2d3SAndreas Gohr        ),
24*0b3fd2d3SAndreas Gohr        'FreeDSx\\Sasl\\' =>
25*0b3fd2d3SAndreas Gohr        array (
26*0b3fd2d3SAndreas Gohr            0 => __DIR__ . '/..' . '/freedsx/sasl/src/FreeDSx/Sasl',
27*0b3fd2d3SAndreas Gohr        ),
28*0b3fd2d3SAndreas Gohr        'FreeDSx\\Ldap\\' =>
29*0b3fd2d3SAndreas Gohr        array (
30*0b3fd2d3SAndreas Gohr            0 => __DIR__ . '/..' . '/freedsx/ldap/src/FreeDSx/Ldap',
31*0b3fd2d3SAndreas Gohr        ),
32*0b3fd2d3SAndreas Gohr        'FreeDSx\\Asn1\\' =>
33*0b3fd2d3SAndreas Gohr        array (
34*0b3fd2d3SAndreas Gohr            0 => __DIR__ . '/..' . '/freedsx/asn1/src/FreeDSx/Asn1',
35*0b3fd2d3SAndreas Gohr        ),
36*0b3fd2d3SAndreas Gohr    );
37*0b3fd2d3SAndreas Gohr
38*0b3fd2d3SAndreas Gohr    public static function getInitializer(ClassLoader $loader)
39*0b3fd2d3SAndreas Gohr    {
40*0b3fd2d3SAndreas Gohr        return \Closure::bind(function () use ($loader) {
41*0b3fd2d3SAndreas Gohr            $loader->prefixLengthsPsr4 = ComposerStaticInit4dc77faa3459161bbb3efea2ab35aaa9::$prefixLengthsPsr4;
42*0b3fd2d3SAndreas Gohr            $loader->prefixDirsPsr4 = ComposerStaticInit4dc77faa3459161bbb3efea2ab35aaa9::$prefixDirsPsr4;
43*0b3fd2d3SAndreas Gohr
44*0b3fd2d3SAndreas Gohr        }, null, ClassLoader::class);
45*0b3fd2d3SAndreas Gohr    }
46*0b3fd2d3SAndreas Gohr}
47