ClassLoader.php
9 months ago
InstalledVersions.php
9 months ago
LICENSE
9 months ago
autoload_classmap.php
8 months ago
autoload_namespaces.php
9 months ago
autoload_psr4.php
9 months ago
autoload_real.php
8 months ago
autoload_static.php
8 months ago
installed.json
9 months ago
installed.php
8 months ago
autoload_static.php
49 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInitf44cf480d1099e960eceb4dc551cf074 |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'F' => |
| 11 | array ( |
| 12 | 'FrontBlocks\\' => 12, |
| 13 | ), |
| 14 | ); |
| 15 | |
| 16 | public static $prefixDirsPsr4 = array ( |
| 17 | 'FrontBlocks\\' => |
| 18 | array ( |
| 19 | 0 => __DIR__ . '/../..' . '/includes', |
| 20 | ), |
| 21 | ); |
| 22 | |
| 23 | public static $classMap = array ( |
| 24 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 25 | 'FrontBlocks\\Admin\\Settings' => __DIR__ . '/../..' . '/includes/Admin/Settings.php', |
| 26 | 'FrontBlocks\\Frontend\\Animations' => __DIR__ . '/../..' . '/includes/Frontend/Animations.php', |
| 27 | 'FrontBlocks\\Frontend\\Carousel' => __DIR__ . '/../..' . '/includes/Frontend/Carousel.php', |
| 28 | 'FrontBlocks\\Frontend\\Counter' => __DIR__ . '/../..' . '/includes/Frontend/Counter.php', |
| 29 | 'FrontBlocks\\Frontend\\Gallery' => __DIR__ . '/../..' . '/includes/Frontend/Gallery.php', |
| 30 | 'FrontBlocks\\Frontend\\Headline' => __DIR__ . '/../..' . '/includes/Frontend/Headline.php', |
| 31 | 'FrontBlocks\\Frontend\\InsertPost' => __DIR__ . '/../..' . '/includes/Frontend/InsertPost.php', |
| 32 | 'FrontBlocks\\Frontend\\ProductCategories' => __DIR__ . '/../..' . '/includes/Frontend/ProductCategories.php', |
| 33 | 'FrontBlocks\\Frontend\\ReadingTime' => __DIR__ . '/../..' . '/includes/Frontend/ReadingTime.php', |
| 34 | 'FrontBlocks\\Frontend\\StickyColumn' => __DIR__ . '/../..' . '/includes/Frontend/StickyColumn.php', |
| 35 | 'FrontBlocks\\Frontend\\Testimonials' => __DIR__ . '/../..' . '/includes/Frontend/Testimonials.php', |
| 36 | 'FrontBlocks\\Plugin_Main' => __DIR__ . '/../..' . '/includes/Plugin_Main.php', |
| 37 | ); |
| 38 | |
| 39 | public static function getInitializer(ClassLoader $loader) |
| 40 | { |
| 41 | return \Closure::bind(function () use ($loader) { |
| 42 | $loader->prefixLengthsPsr4 = ComposerStaticInitf44cf480d1099e960eceb4dc551cf074::$prefixLengthsPsr4; |
| 43 | $loader->prefixDirsPsr4 = ComposerStaticInitf44cf480d1099e960eceb4dc551cf074::$prefixDirsPsr4; |
| 44 | $loader->classMap = ComposerStaticInitf44cf480d1099e960eceb4dc551cf074::$classMap; |
| 45 | |
| 46 | }, null, ClassLoader::class); |
| 47 | } |
| 48 | } |
| 49 |