var/cache/dev/contao/config/autoload.php line 26

Open in your IDE?
  1. <?php
  2. namespace {
  3. /**
  4.  * dcawizard extension for Contao Open Source CMS
  5.  *
  6.  * @copyright  Copyright (c) 2014, terminal42 gmbh
  7.  * @author     terminal42 gmbh <info@terminal42.ch>
  8.  * @license    http://opensource.org/licenses/lgpl-3.0.html LGPL
  9.  * @link       https://github.com/terminal42/contao-dcawizard
  10.  */
  11. /**
  12.  * Register the classes
  13.  */
  14. \ClassLoader::addClasses(array('DcaWizard' => 'system/modules/dcawizard/widgets/DcaWizard.php''DcaWizardMultilingual' => 'system/modules/dcawizard/widgets/DcaWizardMultilingual.php''DcaWizardHelper' => 'system/modules/dcawizard/classes/DcaWizardHelper.php'));
  15. /**
  16.  * Register the templates
  17.  */
  18. \TemplateLoader::addFiles(array('be_widget_dcawizard' => 'system/modules/dcawizard/templates'));
  19. }
  20. namespace {
  21. /**
  22.  * Register the namespaces
  23.  */
  24. \ClassLoader::addNamespaces(array('mp'));
  25. /**
  26.  * Register the classes
  27.  */
  28. \ClassLoader::addClasses(array('mp\\MpVimaTickets' => 'system/modules/mp_vima_tickets/src/MpVimaTickets.php''mp\\MpVimaTicketsVerificationModel' => 'system/modules/mp_vima_tickets/src/Models/MpVimaTicketsVerificationModel.php'));
  29. \TemplateLoader::addFiles(['mp_vima_ticket_verification_mail' => 'system/modules/mp_vima_tickets/templates']);
  30. }