vendor/heimrichhannot/contao-haste_plus/config/autoload.php line 17

Open in your IDE?
  1. <?php
  2. /**
  3.  * Contao Open Source CMS
  4.  *
  5.  * Copyright (c) 2005-2018 Leo Feyer
  6.  *
  7.  * @license LGPL-3.0+
  8.  */
  9. /**
  10.  * Register the namespaces
  11.  */
  12. ClassLoader::addNamespaces(array
  13. (
  14.     'HeimrichHannot',
  15. ));
  16. /**
  17.  * Register the classes
  18.  */
  19. ClassLoader::addClasses(array
  20. (
  21.     // Classes
  22.     'HeimrichHannot\HastePlus\Classes'                        => 'system/modules/haste_plus/classes/Classes.php',
  23.     'HeimrichHannot\HastePlus\Environment'                    => 'system/modules/haste_plus/classes/Environment.php',
  24.     'HeimrichHannot\HastePlus\Utilities'                      => 'system/modules/haste_plus/classes/Utilities.php',
  25.     'HeimrichHannot\HastePlus\Arrays'                         => 'system/modules/haste_plus/classes/Arrays.php',
  26.     'HeimrichHannot\HastePlus\Files'                          => 'system/modules/haste_plus/classes/Files.php',
  27.     'HeimrichHannot\HastePlus\DOM'                            => 'system/modules/haste_plus/classes/DOM.php',
  28.     'HeimrichHannot\Haste\Exception\InputRangeException'      => 'system/modules/haste_plus/classes/Exception/InputRangeException.php',
  29.     'HeimrichHannot\Haste\Exception\InvalidArgumentException' => 'system/modules/haste_plus/classes/Exception/InvalidArgumentException.php',
  30.     'HeimrichHannot\HastePlus\Strings'                        => 'system/modules/haste_plus/classes/Strings.php',
  31.     // Library
  32.     'HeimrichHannot\Haste\Pdf\MPdfTemplate'                   => 'system/modules/haste_plus/library/Haste/Pdf/MPdfTemplate.php',
  33.     'HeimrichHannot\Haste\Pdf\PdfTemplate'                    => 'system/modules/haste_plus/library/Haste/Pdf/PdfTemplate.php',
  34.     'HeimrichHannot\Haste\Visualization\GoogleChartWrapper'   => 'system/modules/haste_plus/library/Haste/Visualization/GoogleChartWrapper.php',
  35.     'HeimrichHannot\Haste\Database\QueryHelper'               => 'system/modules/haste_plus/library/Haste/Database/QueryHelper.php',
  36.     'HeimrichHannot\Haste\Security\CodeGenerator'             => 'system/modules/haste_plus/library/Haste/Security/CodeGenerator.php',
  37.     'HeimrichHannot\Haste\Security\HttpResponse'              => 'system/modules/haste_plus/library/Haste/Security/HttpResponse.php',
  38.     'HeimrichHannot\Haste\DC_Table'                           => 'system/modules/haste_plus/library/Haste/Drivers/DC_Table.php',
  39.     'HeimrichHannot\Haste\Map\GoogleMap'                      => 'system/modules/haste_plus/library/Haste/Maps/GoogleMap.php',
  40.     'HeimrichHannot\Haste\Map\GoogleMapOverlay'               => 'system/modules/haste_plus/library/Haste/Maps/GoogleMapOverlay.php',
  41.     'HeimrichHannot\Haste\Map\GoogleMapMarker'                => 'system/modules/haste_plus/library/Haste/Maps/GoogleMapMarker.php',
  42.     'HeimrichHannot\Haste\Backend\Automator'                  => 'system/modules/haste_plus/library/Haste/Backend/Automator.php',
  43.     'HeimrichHannot\Haste\Cache\Cache'                        => 'system/modules/haste_plus/library/Haste/Cache/Cache.php',
  44.     'HeimrichHannot\Haste\Cache\FileCache'                    => 'system/modules/haste_plus/library/Haste/Cache/FileCache.php',
  45.     'HeimrichHannot\Haste\Cache\RemoteImageCache'             => 'system/modules/haste_plus/library/Haste/Cache/RemoteImageCache.php',
  46.     'HeimrichHannot\Haste\Util\Widget'                        => 'system/modules/haste_plus/library/Haste/Util/Widget.php',
  47.     'HeimrichHannot\Haste\Util\Classes'                       => 'system/modules/haste_plus/library/Haste/Util/Classes.php',
  48.     'HeimrichHannot\Haste\Util\Salutations'                   => 'system/modules/haste_plus/library/Haste/Util/Salutations.php',
  49.     'HeimrichHannot\Haste\Util\Environment'                   => 'system/modules/haste_plus/library/Haste/Util/Environment.php',
  50.     'HeimrichHannot\Haste\Util\Numbers'                       => 'system/modules/haste_plus/library/Haste/Util/Numbers.php',
  51.     'HeimrichHannot\Haste\Util\FormSubmission'                => 'system/modules/haste_plus/library/Haste/Util/FormSubmission.php',
  52.     'HeimrichHannot\Haste\DateUtil'                           => 'system/modules/haste_plus/library/Haste/Util/DateUtil.php',
  53.     'HeimrichHannot\Haste\Util\PaymentUtil'                   => 'system/modules/haste_plus/library/Haste/Util/PaymentUtil.php',
  54.     'HeimrichHannot\Haste\Util\Arrays'                        => 'system/modules/haste_plus/library/Haste/Util/Arrays.php',
  55.     'HeimrichHannot\Haste\Util\Files'                         => 'system/modules/haste_plus/library/Haste/Util/Files.php',
  56.     'HeimrichHannot\Haste\Util\GeoLocation'                   => 'system/modules/haste_plus/library/Haste/Util/GeoLocation.php',
  57.     'HeimrichHannot\Haste\Util\Curl'                          => 'system/modules/haste_plus/library/Haste/Util/Curl.php',
  58.     'HeimrichHannot\Haste\Util\DOMUtil'                       => 'system/modules/haste_plus/library/Haste/Util/DOMUtil.php',
  59.     'HeimrichHannot\Haste\Util\Module'                        => 'system/modules/haste_plus/library/Haste/Util/Module.php',
  60.     'HeimrichHannot\Haste\Util\Container'                     => 'system/modules/haste_plus/library/Haste/Util/Container.php',
  61.     'HeimrichHannot\Haste\Util\Validator'                     => 'system/modules/haste_plus/library/Haste/Util/Validator.php',
  62.     'HeimrichHannot\Haste\Util\StringUtil'                    => 'system/modules/haste_plus/library/Haste/Util/StringUtil.php',
  63.     'HeimrichHannot\Haste\Util\Url'                           => 'system/modules/haste_plus/library/Haste/Util/Url.php',
  64.     'HeimrichHannot\Haste\InsertTags\InsertTags'              => 'system/modules/haste_plus/library/Haste/InsertTags/InsertTags.php',
  65.     'HeimrichHannot\Haste\Model\Model'                        => 'system/modules/haste_plus/library/Haste/Model/Model.php',
  66.     'HeimrichHannot\Haste\Model\MemberModel'                  => 'system/modules/haste_plus/library/Haste/Model/MemberModel.php',
  67.     'HeimrichHannot\Haste\Model\UserModel'                    => 'system/modules/haste_plus/library/Haste/Model/UserModel.php',
  68.     'HeimrichHannot\Haste\Dca\DC_HastePlus'                   => 'system/modules/haste_plus/library/Haste/Dca/DC_HastePlus.php',
  69.     'HeimrichHannot\Haste\Dca\General'                        => 'system/modules/haste_plus/library/Haste/Dca/General.php',
  70.     'HeimrichHannot\Haste\Dca\Event'                          => 'system/modules/haste_plus/library/Haste/Dca/Event.php',
  71.     'HeimrichHannot\Haste\Dca\Notification'                   => 'system/modules/haste_plus/library/Haste/Dca/Notification.php',
  72.     'HeimrichHannot\Haste\Dca\Member'                         => 'system/modules/haste_plus/library/Haste/Dca/Member.php',
  73.     'HeimrichHannot\Haste\Dca\User'                           => 'system/modules/haste_plus/library/Haste/Dca/User.php',
  74.     'HeimrichHannot\Haste\Image\Image'                        => 'system/modules/haste_plus/library/Haste/Image/Image.php',
  75. ));
  76. /**
  77.  * Register the templates
  78.  */
  79. TemplateLoader::addFiles(array
  80. (
  81.     'dlh_infowindow'       => 'system/modules/haste_plus/templates/maps/frontend',
  82.     'dlh_googlemaps_haste' => 'system/modules/haste_plus/templates/maps/frontend',
  83.     'google_chart'         => 'system/modules/haste_plus/templates/maps/charts',
  84.     'google_chart_column'  => 'system/modules/haste_plus/templates/maps/charts',
  85.     'dlh_marker'           => 'system/modules/haste_plus/templates/maps/elements',
  86.     'dlh_polygon'          => 'system/modules/haste_plus/templates/maps/elements',
  87.     'dlh_kml_geoxml'       => 'system/modules/haste_plus/templates/maps/elements',
  88.     'dlh_kml'              => 'system/modules/haste_plus/templates/maps/elements',
  89. ));