PluginProbe
Search Atlas SEO – OTTO AI SEO Automation for WordPress / 2.6.13
Search Atlas SEO – OTTO AI SEO Automation for WordPress v2.6.13
2.6.26 2.6.25 2.6.24 2.6.23 2.6.22 2.6.21 2.6.20 2.6.19 2.6.18 2.6.17 2.6.16 2.6.15 2.6.14 2.6.13 2.6.12 2.6.11 2.6.10 2.6.9 2.6.8 2.6.7 2.6.6 2.6.5 2.6.4 2.6.3 2.5.23 All 138 releases
metasync / otto / vendor / composer / autoload_static.php

autoload_static.php in Search Atlas SEO – OTTO AI SEO Automation for WordPress 2.6.13, at otto/vendor/composer/autoload_static.php

42 lines 1.5 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 ComposerStaticInitc8a4dadc35c5f30f2e1285c610e3ad39
8 {
9 public static $prefixLengthsPsr4 = array (
10 'M' =>
11 array (
12 'Metasync\\Otto\\' => 14,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'Metasync\\Otto\\' =>
18 array (
19 0 => __DIR__ . '/../..' . '/src',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 'simplehtmldom\\Debug' => __DIR__ . '/..' . '/simplehtmldom/simplehtmldom/Debug.php',
26 'simplehtmldom\\HtmlDocument' => __DIR__ . '/..' . '/simplehtmldom/simplehtmldom/HtmlDocument.php',
27 'simplehtmldom\\HtmlElement' => __DIR__ . '/..' . '/simplehtmldom/simplehtmldom/HtmlElement.php',
28 'simplehtmldom\\HtmlNode' => __DIR__ . '/..' . '/simplehtmldom/simplehtmldom/HtmlNode.php',
29 'simplehtmldom\\HtmlWeb' => __DIR__ . '/..' . '/simplehtmldom/simplehtmldom/HtmlWeb.php',
30 );
31
32 public static function getInitializer(ClassLoader $loader)
33 {
34 return \Closure::bind(function () use ($loader) {
35 $loader->prefixLengthsPsr4 = ComposerStaticInitc8a4dadc35c5f30f2e1285c610e3ad39::$prefixLengthsPsr4;
36 $loader->prefixDirsPsr4 = ComposerStaticInitc8a4dadc35c5f30f2e1285c610e3ad39::$prefixDirsPsr4;
37 $loader->classMap = ComposerStaticInitc8a4dadc35c5f30f2e1285c610e3ad39::$classMap;
38
39 }, null, ClassLoader::class);
40 }
41 }
42