]> git.mxchange.org Git - friendica-addons.git/blob - twitter/vendor/composer/autoload_static.php
Twitter: Make incoming posts unlisted
[friendica-addons.git] / twitter / vendor / composer / autoload_static.php
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInitTwitterAddon
8 {
9     public static $prefixLengthsPsr4 = array (
10         'C' => 
11         array (
12             'Composer\\Installers\\' => 20,
13         ),
14         'A' => 
15         array (
16             'Abraham\\TwitterOAuth\\' => 21,
17         ),
18     );
19
20     public static $prefixDirsPsr4 = array (
21         'Composer\\Installers\\' => 
22         array (
23             0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
24         ),
25         'Abraham\\TwitterOAuth\\' => 
26         array (
27             0 => __DIR__ . '/..' . '/abraham/twitteroauth/src',
28         ),
29     );
30
31     public static $classMap = array (
32         'Codebird\\Codebird' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
33         'Codebird\\CodebirdAuthException' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
34         'Codebird\\CodebirdCredentialsException' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
35         'Codebird\\CodebirdEndpointException' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
36         'Codebird\\CodebirdMediaException' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
37     );
38
39     public static function getInitializer(ClassLoader $loader)
40     {
41         return \Closure::bind(function () use ($loader) {
42             $loader->prefixLengthsPsr4 = ComposerStaticInitTwitterAddon::$prefixLengthsPsr4;
43             $loader->prefixDirsPsr4 = ComposerStaticInitTwitterAddon::$prefixDirsPsr4;
44             $loader->classMap = ComposerStaticInitTwitterAddon::$classMap;
45
46         }, null, ClassLoader::class);
47     }
48 }