<?php

namespace hp_;

/**
 * Class which returns the class map definition
 * @package
 */
class ClassMap
{
    /**
     * Returns the mapping between the WSDL Structs and generated Structs' classes
     * This array is sent to the \SoapClient when calling the WS
     * @return string[]
     */
    final public static function get()
    {
        return array(
            'THpSvcWTableauBooleens' => '\\hp_\\StructType\\THpSvcWTableauBooleens',
            'THpSvcWTableauChaines' => '\\hp_\\StructType\\THpSvcWTableauChaines',
            'THpSvcWTableauClesCours' => '\\hp_\\StructType\\THpSvcWTableauClesCours',
            'THpSvcWTableauClesEtudiants' => '\\hp_\\StructType\\THpSvcWTableauClesEtudiants',
            'THpSvcWTableauClesPromotions' => '\\hp_\\StructType\\THpSvcWTableauClesPromotions',
            'THpSvcWTableauClesRegroupements' => '\\hp_\\StructType\\THpSvcWTableauClesRegroupements',
            'THpSvcWTableauClesTDOptions' => '\\hp_\\StructType\\THpSvcWTableauClesTDOptions',
            'THpSvcWTableauDates' => '\\hp_\\StructType\\THpSvcWTableauDates',
            'THpSvcWTableauFormatICAL' => '\\hp_\\StructType\\THpSvcWTableauFormatICAL',
            'THpSvcWTableauSemaines' => '\\hp_\\StructType\\THpSvcWTableauSemaines',
            'THpSvcWTableauTypesIntervalles' => '\\hp_\\StructType\\THpSvcWTableauTypesIntervalles',
            'THpSvcWTypeIntervalle' => '\\hp_\\StructType\\THpSvcWTypeIntervalle',
        );
    }
}
