<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitc89538e262e9a4e87563210f72461b8b
{
    public static $prefixLengthsPsr4 = array (
        'W' => 
        array (
            'WsdlToPhp\\PackageBase\\' => 22,
        ),
        'L' => 
        array (
            'LogBook\\' => 8,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'WsdlToPhp\\PackageBase\\' => 
        array (
            0 => __DIR__ . '/..' . '/wsdltophp/packagebase/src',
        ),
        'LogBook\\' => 
        array (
            0 => __DIR__ . '/../..' . '/src',
        ),
    );

    public static $classMap = array (
        'LogBook\\ArrayType\\ArrayOfCategories' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfCategories.php',
        'LogBook\\ArrayType\\ArrayOfSDSandLabelFiles' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfSDSandLabelFiles.php',
        'LogBook\\ArrayType\\ArrayOfSDSandLabelWithoutFiles' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfSDSandLabelWithoutFiles.php',
        'LogBook\\ArrayType\\ArrayOfSpragueNumbers' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfSpragueNumbers.php',
        'LogBook\\ClassMap' => __DIR__ . '/../..' . '/src/ClassMap.php',
        'LogBook\\ServiceType\\Get' => __DIR__ . '/../..' . '/src/ServiceType/Get.php',
        'LogBook\\StructType\\Categories' => __DIR__ . '/../..' . '/src/StructType/Categories.php',
        'LogBook\\StructType\\GetAllActiveSDSandLabelsDataWithoutFiles' => __DIR__ . '/../..' . '/src/StructType/GetAllActiveSDSandLabelsDataWithoutFiles.php',
        'LogBook\\StructType\\GetAllActiveSDSandLabelsDataWithoutFilesResponse' => __DIR__ . '/../..' . '/src/StructType/GetAllActiveSDSandLabelsDataWithoutFilesResponse.php',
        'LogBook\\StructType\\GetAllCategories' => __DIR__ . '/../..' . '/src/StructType/GetAllCategories.php',
        'LogBook\\StructType\\GetAllCategoriesResponse' => __DIR__ . '/../..' . '/src/StructType/GetAllCategoriesResponse.php',
        'LogBook\\StructType\\GetAllInactiveSpragueNumber' => __DIR__ . '/../..' . '/src/StructType/GetAllInactiveSpragueNumber.php',
        'LogBook\\StructType\\GetAllInactiveSpragueNumberResponse' => __DIR__ . '/../..' . '/src/StructType/GetAllInactiveSpragueNumberResponse.php',
        'LogBook\\StructType\\GetAllSDSandLabelsDataAgainstSPragueID' => __DIR__ . '/../..' . '/src/StructType/GetAllSDSandLabelsDataAgainstSPragueID.php',
        'LogBook\\StructType\\GetAllSDSandLabelsDataAgainstSPragueIDResponse' => __DIR__ . '/../..' . '/src/StructType/GetAllSDSandLabelsDataAgainstSPragueIDResponse.php',
        'LogBook\\StructType\\GetAllUpdatedSDSandLabelsDataWithoutFiles' => __DIR__ . '/../..' . '/src/StructType/GetAllUpdatedSDSandLabelsDataWithoutFiles.php',
        'LogBook\\StructType\\GetAllUpdatedSDSandLabelsDataWithoutFilesResponse' => __DIR__ . '/../..' . '/src/StructType/GetAllUpdatedSDSandLabelsDataWithoutFilesResponse.php',
        'LogBook\\StructType\\SDSandLabelFiles' => __DIR__ . '/../..' . '/src/StructType/SDSandLabelFiles.php',
        'LogBook\\StructType\\SDSandLabelWithoutFiles' => __DIR__ . '/../..' . '/src/StructType/SDSandLabelWithoutFiles.php',
        'LogBook\\StructType\\SpragueNumbers' => __DIR__ . '/../..' . '/src/StructType/SpragueNumbers.php',
        'WsdlToPhp\\PackageBase\\AbstractSoapClientBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractSoapClientBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructArrayBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructArrayBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructEnumBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructEnumBase.php',
        'WsdlToPhp\\PackageBase\\SoapClientInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/SoapClientInterface.php',
        'WsdlToPhp\\PackageBase\\StructArrayInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructArrayInterface.php',
        'WsdlToPhp\\PackageBase\\StructEnumInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructEnumInterface.php',
        'WsdlToPhp\\PackageBase\\StructInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructInterface.php',
        'WsdlToPhp\\PackageBase\\Utils' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/Utils.php',
    );

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

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