PluginProbe ʕ •ᴥ•ʔ
Secure Custom Fields / 6.9.1
Secure Custom Fields v6.9.1
6.9.1 6.9.0 6.8.9 6.8.7 6.8.8 6.8.6 6.8.4 6.8.5 trunk 6.4.0-beta1 6.4.0-beta2 6.4.1 6.4.1-beta3 6.4.1-beta4 6.4.1-beta5 6.4.1-beta6 6.4.1-beta7 6.4.2 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 6.6.0 6.7.0 6.7.1 6.8.0 6.8.1 6.8.2 6.8.3
secure-custom-fields / vendor / composer / autoload_real.php
secure-custom-fields / vendor / composer Last commit date
ClassLoader.php 1 year ago InstalledVersions.php 11 months ago LICENSE 1 year ago autoload_classmap.php 1 month ago autoload_namespaces.php 1 year ago autoload_psr4.php 1 month ago autoload_real.php 2 months ago autoload_static.php 2 days ago installed.json 3 weeks ago installed.php 2 days ago platform_check.php 2 months ago
autoload_real.php
40 lines
1 <?php
2
3 // autoload_real.php @generated by Composer
4
5 class ComposerAutoloaderInitb858699864578c66b2ddae4494f7a6e4
6 {
7 private static $loader;
8
9 public static function loadClassLoader($class)
10 {
11 if ('Composer\Autoload\ClassLoader' === $class) {
12 require __DIR__ . '/ClassLoader.php';
13 }
14 }
15
16 /**
17 * @return \Composer\Autoload\ClassLoader
18 */
19 public static function getLoader()
20 {
21 if (null !== self::$loader) {
22 return self::$loader;
23 }
24
25 require __DIR__ . '/platform_check.php';
26
27 spl_autoload_register(array('ComposerAutoloaderInitb858699864578c66b2ddae4494f7a6e4', 'loadClassLoader'), true, true);
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29 spl_autoload_unregister(array('ComposerAutoloaderInitb858699864578c66b2ddae4494f7a6e4', 'loadClassLoader'));
30
31 require __DIR__ . '/autoload_static.php';
32 call_user_func(\Composer\Autoload\ComposerStaticInitb858699864578c66b2ddae4494f7a6e4::getInitializer($loader));
33
34 $loader->setClassMapAuthoritative(true);
35 $loader->register(true);
36
37 return $loader;
38 }
39 }
40