# timetics/1.0.58/vendor/composer/autoload_static.php

Timetics – Appointment Booking Calendar &amp; Scheduling, version 1.0.58. 45 lines.

- Page: https://pluginprobe.com/plugins/timetics/1.0.58/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/timetics/1.0.58/raw/vendor/composer/autoload_static.php
- Modified: 2026-06-11T08:51:10+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/timetics/1.0.58/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9
{
    public static $prefixLengthsPsr4 = array (
        'U' => 
        array (
            'UninstallerForm\\' => 16,
        ),
        'A' => 
        array (
            'Arraytics\\ToolsSdk\\' => 19,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'UninstallerForm\\' => 
        array (
            0 => __DIR__ . '/..' . '/themewinter/uninstaller_form/src',
        ),
        'Arraytics\\ToolsSdk\\' => 
        array (
            0 => __DIR__ . '/..' . '/arraytics/tools-sdk/src',
        ),
    );

    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9::$classMap;

        }, null, ClassLoader::class);
    }
}

```
