/var/www/html_us/wp-content/plugins/wp-smtp/vendor/composer/autoload_static.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class 
ComposerStaticInit412aa77a091b9763219f44ee3b500769
{
    public static 
$prefixLengthsPsr4 = array (
        
'l' => 
        array (
            
'lucatume\\DI52\\' => 14,
        ),
        
'W' => 
        array (
            
'WPSMTP\\' => 7,
        ),
        
'S' => 
        array (
            
'StellarWP\\Validation\\' => 21,
            
'StellarWP\\Telemetry\\Views_Dir\\' => 30,
            
'StellarWP\\Telemetry\\Assets_Dir\\' => 31,
            
'StellarWP\\Telemetry\\' => 20,
            
'StellarWP\\SuperGlobals\\' => 23,
            
'StellarWP\\FieldConditions\\' => 26,
            
'StellarWP\\ContainerContract\\' => 28,
            
'StellarWP\\Assets\\' => 17,
            
'StellarWP\\Arrays\\' => 17,
            
'SolidWP\\' => 8,
        ),
        
'P' => 
        array (
            
'Psr\\Container\\' => 14,
        ),
    );

    public static 
$prefixDirsPsr4 = array (
        
'lucatume\\DI52\\' => 
        array (
            
=> __DIR__ '/..' '/lucatume/di52/src',
        ),
        
'WPSMTP\\' => 
        array (
            
=> __DIR__ '/../..' '/inc',
        ),
        
'StellarWP\\Validation\\' => 
        array (
            
=> __DIR__ '/..' '/stellarwp/validation/src',
        ),
        
'StellarWP\\Telemetry\\Views_Dir\\' => 
        array (
            
=> __DIR__ '/..' '/stellarwp/telemetry/src/views',
        ),
        
'StellarWP\\Telemetry\\Assets_Dir\\' => 
        array (
            
=> __DIR__ '/..' '/stellarwp/telemetry/src/resources',
        ),
        
'StellarWP\\Telemetry\\' => 
        array (
            
=> __DIR__ '/..' '/stellarwp/telemetry/src/Telemetry',
        ),
        
'StellarWP\\SuperGlobals\\' => 
        array (
            
=> __DIR__ '/..' '/stellarwp/superglobals/src/SuperGlobals',
        ),
        
'StellarWP\\FieldConditions\\' => 
        array (
            
=> __DIR__ '/..' '/stellarwp/field-conditions/src',
        ),
        
'StellarWP\\ContainerContract\\' => 
        array (
            
=> __DIR__ '/..' '/stellarwp/container-contract/src',
        ),
        
'StellarWP\\Assets\\' => 
        array (
            
=> __DIR__ '/..' '/stellarwp/assets/src/Assets',
        ),
        
'StellarWP\\Arrays\\' => 
        array (
            
=> __DIR__ '/..' '/stellarwp/arrays/src/Arrays',
        ),
        
'SolidWP\\' => 
        array (
            
=> __DIR__ '/../..' '/src',
        ),
        
'Psr\\Container\\' => 
        array (
            
=> __DIR__ '/..' '/psr/container/src',
        ),
    );

    public static 
$classMap = array (
        
'Composer\\InstalledVersions' => __DIR__ '/..' '/composer/InstalledVersions.php',
    );

    public static function 
getInitializer(ClassLoader $loader)
    {
        return 
\Closure::bind(function () use ($loader) {
            
$loader->prefixLengthsPsr4 ComposerStaticInit412aa77a091b9763219f44ee3b500769::$prefixLengthsPsr4;
            
$loader->prefixDirsPsr4 ComposerStaticInit412aa77a091b9763219f44ee3b500769::$prefixDirsPsr4;
            
$loader->classMap ComposerStaticInit412aa77a091b9763219f44ee3b500769::$classMap;

        }, 
nullClassLoader::class);
    }
}