# hello-plus/1.4.0/vendor/composer/autoload_real.php

Hello Plus, version 1.4.0. 37 lines.

- Page: https://pluginprobe.com/plugins/hello-plus/1.4.0/code/vendor/composer/autoload_real.php
- Raw: https://pluginprobe.com/plugins/hello-plus/1.4.0/raw/vendor/composer/autoload_real.php
- Modified: 2025-03-04T09:47:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hello-plus/1.4.0/code/vendor/composer/autoload_real.php#L10-L20`.

```php
<?php

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit97b4e6da5d8307cd1f63b3c4b44e248a
{
    private static $loader;

    public static function loadClassLoader($class)
    {
        if ('Composer\Autoload\ClassLoader' === $class) {
            require __DIR__ . '/ClassLoader.php';
        }
    }

    /**
     * @return \Composer\Autoload\ClassLoader
     */
    public static function getLoader()
    {
        if (null !== self::$loader) {
            return self::$loader;
        }

        spl_autoload_register(array('ComposerAutoloaderInit97b4e6da5d8307cd1f63b3c4b44e248a', 'loadClassLoader'), true, true);
        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
        spl_autoload_unregister(array('ComposerAutoloaderInit97b4e6da5d8307cd1f63b3c4b44e248a', 'loadClassLoader'));

        require __DIR__ . '/autoload_static.php';
        call_user_func(\Composer\Autoload\ComposerStaticInit97b4e6da5d8307cd1f63b3c4b44e248a::getInitializer($loader));

        $loader->register(true);

        return $loader;
    }
}

```
