<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit0a632596df791a2d8e489abfcac26ff0
{
    public static $prefixLengthsPsr4 = array (
        'W' => 
        array (
            'WsdlToPhp\\PackageBase\\' => 22,
        ),
    );

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

    public static $fallbackDirsPsr4 = array (
        0 => __DIR__ . '/../..' . '/src',
    );

    public static $classMap = array (
        'ClassMap' => __DIR__ . '/../..' . '/src/ClassMap.php',
        'EnumType\\LanguageType' => __DIR__ . '/../..' . '/src/EnumType/LanguageType.php',
        'EnumType\\StatusType' => __DIR__ . '/../..' . '/src/EnumType/StatusType.php',
        'ServiceType\\Retrieval' => __DIR__ . '/../..' . '/src/ServiceType/Retrieval.php',
        'ServiceType\\Send' => __DIR__ . '/../..' . '/src/ServiceType/Send.php',
        'StructType\\Attachment' => __DIR__ . '/../..' . '/src/StructType/Attachment.php',
        'StructType\\Attachments' => __DIR__ . '/../..' . '/src/StructType/Attachments.php',
        'StructType\\DeliveryDataRetrievalRequest' => __DIR__ . '/../..' . '/src/StructType/DeliveryDataRetrievalRequest.php',
        'StructType\\DeliveryDataRetrievalResponse' => __DIR__ . '/../..' . '/src/StructType/DeliveryDataRetrievalResponse.php',
        'StructType\\DeliveryDataSendRequest' => __DIR__ . '/../..' . '/src/StructType/DeliveryDataSendRequest.php',
        'StructType\\DeliveryDataSendResponse' => __DIR__ . '/../..' . '/src/StructType/DeliveryDataSendResponse.php',
        'StructType\\Emails' => __DIR__ . '/../..' . '/src/StructType/Emails.php',
        'StructType\\Result' => __DIR__ . '/../..' . '/src/StructType/Result.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 = ComposerStaticInit0a632596df791a2d8e489abfcac26ff0::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit0a632596df791a2d8e489abfcac26ff0::$prefixDirsPsr4;
            $loader->fallbackDirsPsr4 = ComposerStaticInit0a632596df791a2d8e489abfcac26ff0::$fallbackDirsPsr4;
            $loader->classMap = ComposerStaticInit0a632596df791a2d8e489abfcac26ff0::$classMap;

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