PluginProbe
Reviews Feed – Add Testimonials and Customer Reviews From Google Reviews, Yelp, TripAdvisor, and More / 2.11.0
Reviews Feed – Add Testimonials and Customer Reviews From Google Reviews, Yelp, TripAdvisor, and More v2.11.0
2.11.0 2.10.0 2.9.0 2.8.0 2.7.0 2.6.7 2.6.8 2.6.5 2.6.4 2.6.3 2.6.2 2.6.0 2.5.5 2.5.4 2.5.3 2.5.2 trunk 1.0 1.0.1 1.0.2 1.0.3 1.1 1.1.1 1.1.2 1.2.0 All 37 releases
reviews-feed / vendor / composer / autoload_static.php
autoload_static.php
82 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit84e16c3d027f83f5f9e0fadd381733a6
8 {
9 public static $files = array (
10 'sb_rf_b1eb330aa001ae4915f07005b4e993c2' => __DIR__ . '/..' . '/smashballoon/framework/Utilities/functions.php',
11 'sb_rf_a5f44a166aafa87e1c96130802135926' => __DIR__ . '/..' . '/smashballoon/framework/Packages/php-di/src/functions.php',
12 );
13
14 public static $prefixLengthsPsr4 = array (
15 'S' =>
16 array (
17 'Smashballoon\\Stubs\\' => 19,
18 'Smashballoon\\Customizer\\V2\\' => 27,
19 'SmashBalloon\\Reviews\\Vendor\\Smashballoon\\Framework\\' => 51,
20 'SmashBalloon\\Reviews\\Vendor\\Psr\\Container\\' => 42,
21 'SmashBalloon\\Reviews\\Vendor\\PhpDocReader\\' => 41,
22 'SmashBalloon\\Reviews\\Vendor\\Laravel\\SerializableClosure\\' => 56,
23 'SmashBalloon\\Reviews\\Vendor\\Invoker\\' => 36,
24 'SmashBalloon\\Reviews\\Vendor\\DI\\' => 31,
25 'SmashBalloon\\Reviews\\' => 21,
26 ),
27 );
28
29 public static $prefixDirsPsr4 = array (
30 'Smashballoon\\Stubs\\' =>
31 array (
32 0 => __DIR__ . '/..' . '/smashballoon/stubs/src',
33 ),
34 'Smashballoon\\Customizer\\V2\\' =>
35 array (
36 0 => __DIR__ . '/..' . '/smashballoon/customizer/app/V2',
37 ),
38 'SmashBalloon\\Reviews\\Vendor\\Smashballoon\\Framework\\' =>
39 array (
40 0 => __DIR__ . '/..' . '/smashballoon/framework',
41 ),
42 'SmashBalloon\\Reviews\\Vendor\\Psr\\Container\\' =>
43 array (
44 0 => __DIR__ . '/..' . '/psr/container/src',
45 ),
46 'SmashBalloon\\Reviews\\Vendor\\PhpDocReader\\' =>
47 array (
48 0 => __DIR__ . '/..' . '/php-di/phpdoc-reader/src/PhpDocReader',
49 ),
50 'SmashBalloon\\Reviews\\Vendor\\Laravel\\SerializableClosure\\' =>
51 array (
52 0 => __DIR__ . '/..' . '/laravel/serializable-closure/src',
53 ),
54 'SmashBalloon\\Reviews\\Vendor\\Invoker\\' =>
55 array (
56 0 => __DIR__ . '/..' . '/php-di/invoker/src',
57 ),
58 'SmashBalloon\\Reviews\\Vendor\\DI\\' =>
59 array (
60 0 => __DIR__ . '/..' . '/smashballoon/framework/Packages/php-di/src',
61 ),
62 'SmashBalloon\\Reviews\\' =>
63 array (
64 0 => __DIR__ . '/../..' . '/class',
65 ),
66 );
67
68 public static $classMap = array (
69 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
70 );
71
72 public static function getInitializer(ClassLoader $loader)
73 {
74 return \Closure::bind(function () use ($loader) {
75 $loader->prefixLengthsPsr4 = ComposerStaticInit84e16c3d027f83f5f9e0fadd381733a6::$prefixLengthsPsr4;
76 $loader->prefixDirsPsr4 = ComposerStaticInit84e16c3d027f83f5f9e0fadd381733a6::$prefixDirsPsr4;
77 $loader->classMap = ComposerStaticInit84e16c3d027f83f5f9e0fadd381733a6::$classMap;
78
79 }, null, ClassLoader::class);
80 }
81 }
82