1<?php 2 3// autoload_static.php @generated by Composer 4 5namespace Composer\Autoload; 6 7class ComposerStaticInitd7b802701312035578f0eebe1b52538f 8{ 9 public static $prefixLengthsPsr4 = array ( 10 's' => 11 array ( 12 'splitbrain\\dokuwiki\\plugin\\smtp\\' => 32, 13 ), 14 'T' => 15 array ( 16 'Tx\\' => 3, 17 ), 18 'P' => 19 array ( 20 'Psr\\Log\\' => 8, 21 ), 22 ); 23 24 public static $prefixDirsPsr4 = array ( 25 'splitbrain\\dokuwiki\\plugin\\smtp\\' => 26 array ( 27 0 => __DIR__ . '/../..' . '/classes', 28 ), 29 'Tx\\' => 30 array ( 31 0 => __DIR__ . '/..' . '/txthinking/mailer/src', 32 ), 33 'Psr\\Log\\' => 34 array ( 35 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', 36 ), 37 ); 38 39 public static $classMap = array ( 40 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 41 ); 42 43 public static function getInitializer(ClassLoader $loader) 44 { 45 return \Closure::bind(function () use ($loader) { 46 $loader->prefixLengthsPsr4 = ComposerStaticInitd7b802701312035578f0eebe1b52538f::$prefixLengthsPsr4; 47 $loader->prefixDirsPsr4 = ComposerStaticInitd7b802701312035578f0eebe1b52538f::$prefixDirsPsr4; 48 $loader->classMap = ComposerStaticInitd7b802701312035578f0eebe1b52538f::$classMap; 49 50 }, null, ClassLoader::class); 51 } 52} 53