PluginProbe
Code Engine – PHP Snippets, AI Functions & Automation for WordPress / 0.3.6
Code Engine – PHP Snippets, AI Functions & Automation for WordPress v0.3.6
0.5.7 0.5.6 0.5.5 0.5.4 0.5.3 0.5.2 0.5.1 0.5.0 0.4.9 0.4.8 0.4.7 0.4.6 trunk 0.0.1 0.0.2 0.2.8 0.2.9 0.3.0 0.3.1 0.3.2 0.3.3 0.3.4 0.3.5 0.3.6 0.3.7 All 33 releases
code-engine / vendor / composer / autoload_static.php

autoload_static.php in Code Engine – PHP Snippets, AI Functions & Automation for WordPress 0.3.6, at vendor/composer/autoload_static.php

37 lines 1.1 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 ComposerStaticInitd419c3bc0179d8876f9b80d10bd48f0b
8 {
9 public static $prefixLengthsPsr4 = array (
10 'P' =>
11 array (
12 'PhpParser\\' => 10,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'PhpParser\\' =>
18 array (
19 0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 );
26
27 public static function getInitializer(ClassLoader $loader)
28 {
29 return \Closure::bind(function () use ($loader) {
30 $loader->prefixLengthsPsr4 = ComposerStaticInitd419c3bc0179d8876f9b80d10bd48f0b::$prefixLengthsPsr4;
31 $loader->prefixDirsPsr4 = ComposerStaticInitd419c3bc0179d8876f9b80d10bd48f0b::$prefixDirsPsr4;
32 $loader->classMap = ComposerStaticInitd419c3bc0179d8876f9b80d10bd48f0b::$classMap;
33
34 }, null, ClassLoader::class);
35 }
36 }
37