forked from nxpthx/typo3-upgradereport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_autoload.php
78 lines (77 loc) · 9.01 KB
/
ext_autoload.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?php
// DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry.
// This file was generated on 2013-10-27 23:34
$extensionPath = t3lib_extMgm::extPath('smoothmigration');
$extensionClassesPath = $extensionPath . 'Classes/';
return array(
'tx_smoothmigration_checks_abstractcheckdefinition' => $extensionClassesPath . 'Checks/AbstractCheckDefinition.php',
'tx_smoothmigration_checks_abstractcheckprocessor' => $extensionClassesPath . 'Checks/AbstractCheckProcessor.php',
'tx_smoothmigration_checks_abstractcheckresultanalyzer' => $extensionClassesPath . 'Checks/AbstractCheckResultAnalyzer.php',
'tx_smoothmigration_checks_core_calltodeprecatedstaticmethods_definition' => $extensionClassesPath . 'Checks/Core/CallToDeprecatedStaticMethods/Definition.php',
'tx_smoothmigration_checks_core_calltodeprecatedstaticmethods_processor' => $extensionClassesPath . 'Checks/Core/CallToDeprecatedStaticMethods/Processor.php',
'tx_smoothmigration_checks_core_calltodeprecatedstaticmethods_resultanalyzer' => $extensionClassesPath . 'Checks/Core/CallToDeprecatedStaticMethods/ResultAnalyzer.php',
'tx_smoothmigration_checks_core_calltodeprecatedviewhelpers_definition' => $extensionClassesPath . 'Checks/Core/CallToDeprecatedViewHelpers/Definition.php',
'tx_smoothmigration_checks_core_calltodeprecatedviewhelpers_processor' => $extensionClassesPath . 'Checks/Core/CallToDeprecatedViewHelpers/Processor.php',
'tx_smoothmigration_checks_core_calltodeprecatedviewhelpers_resultanalyzer' => $extensionClassesPath . 'Checks/Core/CallToDeprecatedViewHelpers/ResultAnalyzer.php',
'tx_smoothmigration_checks_core_mysql_definition' => $extensionClassesPath . 'Checks/Core/Mysql/Definition.php',
'tx_smoothmigration_checks_core_mysql_processor' => $extensionClassesPath . 'Checks/Core/Mysql/Processor.php',
'tx_smoothmigration_checks_core_mysql_resultanalyzer' => $extensionClassesPath . 'Checks/Core/Mysql/ResultAnalyzer.php',
'tx_smoothmigration_checks_core_removedconstants_definition' => $extensionClassesPath . 'Checks/Core/RemovedConstants/Definition.php',
'tx_smoothmigration_checks_core_removedconstants_processor' => $extensionClassesPath . 'Checks/Core/RemovedConstants/Processor.php',
'tx_smoothmigration_checks_core_removedconstants_resultanalyzer' => $extensionClassesPath . 'Checks/Core/RemovedConstants/ResultsAnalyzer.php',
'tx_smoothmigration_checks_core_requireonceinextensions_definition' => $extensionClassesPath . 'Checks/Core/RequireOnceInExtensions/Definition.php',
'tx_smoothmigration_checks_core_requireonceinextensions_processor' => $extensionClassesPath . 'Checks/Core/RequireOnceInExtensions/Processor.php',
'tx_smoothmigration_checks_core_requireonceinextensions_resultanalyzer' => $extensionClassesPath . 'Checks/Core/RequireOnceInExtensions/ResultAnalyzer.php',
'tx_smoothmigration_checks_core_xclasses_definition' => $extensionClassesPath . 'Checks/Core/Xclasses/Definition.php',
'tx_smoothmigration_checks_core_xclasses_processor' => $extensionClassesPath . 'Checks/Core/Xclasses/Processor.php',
'tx_smoothmigration_checks_core_xclasses_resultanalyzer' => $extensionClassesPath . 'Checks/Core/Xclasses/ResultAnalyzer.php',
'tx_smoothmigration_checks_dam_calltodamclasses_definition' => $extensionClassesPath . 'Checks/Dam/CallToDamClasses/Definition.php',
'tx_smoothmigration_checks_dam_calltodamclasses_processor' => $extensionClassesPath . 'Checks/Dam/CallToDamClasses/Processor.php',
'tx_smoothmigration_checks_dam_calltodamclasses_resultanalyzer' => $extensionClassesPath . 'Checks/Dam/CallToDamClasses/ResultAnalyzer.php',
'tx_smoothmigration_checks_database_utf8_definition' => $extensionClassesPath . 'Checks/Database/Utf8/Definition.php',
'tx_smoothmigration_checks_database_utf8_processor' => $extensionClassesPath . 'Checks/Database/Utf8/Processor.php',
'tx_smoothmigration_checks_database_utf8_resultanalyzer' => $extensionClassesPath . 'Checks/Database/Utf8/ResultAnalyzer.php',
'tx_smoothmigration_cli' => $extensionClassesPath . 'Cli/class.smoothmigration_cli.php',
'tx_smoothmigration_controller_abstractmodulecontroller' => $extensionClassesPath . 'Controller/AbstractModuleController.php',
'tx_smoothmigration_controller_ajaxcontroller' => $extensionClassesPath . 'Controller/AjaxController.php',
'tx_smoothmigration_controller_reportcontroller' => $extensionClassesPath . 'Controller/ReportController.php',
'tx_smoothmigration_domain_interface_check' => $extensionClassesPath . 'Domain/Interface/Check.php',
'tx_smoothmigration_domain_interface_checkdescription' => $extensionClassesPath . 'Domain/Interface/CheckDescription.php',
'tx_smoothmigration_domain_interface_checkprocessor' => $extensionClassesPath . 'Domain/Interface/CheckProcessor.php',
'tx_smoothmigration_domain_interface_checkrequirements' => $extensionClassesPath . 'Domain/Interface/CheckRequirements.php',
'tx_smoothmigration_domain_interface_checkresultanalyzer' => $extensionClassesPath . 'Domain/Interface/CheckResultAnalyzer.php',
'tx_smoothmigration_domain_interface_description' => $extensionClassesPath . 'Domain/Interface/Description.php',
'tx_smoothmigration_domain_interface_issuelocation' => $extensionClassesPath . 'Domain/Interface/IssueLocation.php',
'tx_smoothmigration_domain_interface_migration' => $extensionClassesPath . 'Domain/Interface/Migration.php',
'tx_smoothmigration_domain_interface_migrationdescription' => $extensionClassesPath . 'Domain/Interface/MigrationDescription.php',
'tx_smoothmigration_domain_interface_migrationprocessor' => $extensionClassesPath . 'Domain/Interface/MigrationProcessor.php',
'tx_smoothmigration_domain_interface_migrationrequirements' => $extensionClassesPath . 'Domain/Interface/MigrationRequirements.php',
'tx_smoothmigration_domain_interface_migrationresultanalyzer' => $extensionClassesPath . 'Domain/Interface/MigrationResultAnalyzer.php',
'tx_smoothmigration_domain_interface_processor' => $extensionClassesPath . 'Domain/Interface/Processor.php',
'tx_smoothmigration_domain_interface_requirements' => $extensionClassesPath . 'Domain/Interface/Requirements.php',
'tx_smoothmigration_domain_interface_resultanalyzer' => $extensionClassesPath . 'Domain/Interface/ResultAnalyzer.php',
'tx_smoothmigration_domain_model_deprecation' => $extensionClassesPath . 'Domain/Model/Deprecation.php',
'tx_smoothmigration_domain_model_issue' => $extensionClassesPath . 'Domain/Model/Issue.php',
'tx_smoothmigration_domain_model_issuelocation_configuration' => $extensionClassesPath . 'Domain/Model/IssueLocation/Configuration.php',
'tx_smoothmigration_domain_model_issuelocation_database' => $extensionClassesPath . 'Domain/Model/IssueLocation/Database.php',
'tx_smoothmigration_domain_model_issuelocation_file' => $extensionClassesPath . 'Domain/Model/IssueLocation/File.php',
'tx_smoothmigration_domain_model_issuelocation_physicallocation' => $extensionClassesPath . 'Domain/Model/IssueLocation/PhysicalLocation.php',
'tx_smoothmigration_domain_repository_deprecationrepository' => $extensionClassesPath . 'Domain/Repository/DeprecationRepository.php',
'tx_smoothmigration_domain_repository_issuerepository' => $extensionClassesPath . 'Domain/Repository/IssueRepository.php',
'tx_smoothmigration_migrations_abstractmigrationdefinition' => $extensionClassesPath . 'Migrations/AbstractMigrationDefinition.php',
'tx_smoothmigration_migrations_abstractmigrationprocessor' => $extensionClassesPath . 'Migrations/AbstractMigrationProcessor.php',
'tx_smoothmigration_migrations_core_calltodeprecatedstaticmethods_definition' => $extensionClassesPath . 'Migrations/Core/CallToDeprecatedStaticMethods/Definition.php',
'tx_smoothmigration_migrations_core_calltodeprecatedstaticmethods_processor' => $extensionClassesPath . 'Migrations/Core/CallToDeprecatedStaticMethods/Processor.php',
'tx_smoothmigration_migrations_core_requireonceinextensions_definition' => $extensionClassesPath . 'Migrations/Core/RequireOnceInExtensions/Definition.php',
'tx_smoothmigration_migrations_core_requireonceinextensions_processor' => $extensionClassesPath . 'Migrations/Core/RequireOnceInExtensions/Processor.php',
'tx_smoothmigration_migrations_database_utf8_definition' => $extensionClassesPath . 'Migrations/Database/Utf8/Definition.php',
'tx_smoothmigration_migrations_database_utf8_processor' => $extensionClassesPath . 'Migrations/Database/Utf8/Processor.php',
'tx_smoothmigration_service_check_registry' => $extensionClassesPath . 'Service/Check/Registry.php',
'tx_smoothmigration_service_filelocatorservice' => $extensionClassesPath . 'Service/FileLocatorService.php',
'tx_smoothmigration_service_migration_registry' => $extensionClassesPath . 'Service/Migration/Registry.php',
'tx_smoothmigration_service_requirementsanalyzer' => $extensionClassesPath . 'Service/RequirementsAnalyzer.php',
'tx_smoothmigration_viewhelpers_ifmigrationavailableviewhelper' => $extensionClassesPath . 'ViewHelpers/IfMigrationAvailableViewHelper.php',
'tx_smoothmigration_viewhelpers_inspectionviewhelper' => $extensionClassesPath . 'ViewHelpers/InspectionViewHelper.php',
'tx_smoothmigration_viewhelpers_resultanalyzerviewhelper' => $extensionClassesPath . 'ViewHelpers/ResultAnalyzerViewHelper.php',
);
?>