|
TYPO3 API
SVNRelease
|
00001 <?php 00002 $extensionPath = dirname(__FILE__); 00003 $emClassesPath = $extensionPath . '/classes/'; 00004 $emInterfacesPath = $extensionPath . '/interfaces/'; 00005 return array( 00006 'tx_em_index_checkdatabaseupdateshook' => $emInterfacesPath . 'interface.tx_em_index_checkdatabaseupdateshook.php', 00007 'tx_em_renderhook' => $emInterfacesPath . 'interface.tx_em_renderhook.php', 00008 00009 'sc_mod_tools_em_index' => $emClassesPath . 'index.php', 00010 'tx_em_api' => $emClassesPath . 'class.tx_em_api.php', 00011 00012 'tx_em_connection_ter' => $emClassesPath . 'connection/class.tx_em_connection_ter.php', 00013 'tx_em_connection_soap' => $emClassesPath . 'connection/class.tx_em_connection_soap.php', 00014 'tx_em_connection_extdirectserver' => $emClassesPath . 'connection/class.tx_em_connection_extdirectserver.php', 00015 'tx_em_connection_extdirectsoap' => $emClassesPath . 'connection/class.tx_em_connection_extdirectsoap.php', 00016 00017 'tx_em_database' => $emClassesPath . 'database/class.tx_em_database.php', 00018 00019 'tx_em_xmlexception' => $emClassesPath . 'exception/class.tx_em_xmlexception.php', 00020 'tx_em_connectionexception' => $emClassesPath . 'exception/class.tx_em_connectionexception.php', 00021 'tx_em_extensionxmlexception' => $emClassesPath . 'exception/class.tx_em_extensionxmlexception.php', 00022 'tx_em_extensionimportexception' => $emClassesPath . 'exception/class.tx_em_extensionimportexception.php', 00023 'tx_em_mirrorxmlexception' => $emClassesPath . 'exception/class.tx_em_mirrorxmlexception.php', 00024 00025 'tx_em_extensions_list' => $emClassesPath . 'extensions/class.tx_em_extensions_list.php', 00026 'tx_em_extensions_details' => $emClassesPath . 'extensions/class.tx_em_extensions_details.php', 00027 00028 'tx_em_import_extensionlistimporter' => $emClassesPath . 'import/class.tx_em_import_extensionlistimporter.php', 00029 'tx_em_import_mirrorlistimporter' => $emClassesPath . 'import/class.tx_em_import_mirrorlistimporter.php', 00030 00031 'tx_em_install' => $emClassesPath . 'install/class.tx_em_install.php', 00032 00033 'tx_em_parser_xmlabstractparser' => $emClassesPath . 'parser/class.tx_em_parser_xmlabstractparser.php', 00034 'tx_em_parser_extensionxmlabstractparser' => $emClassesPath . 'parser/class.tx_em_parser_extensionxmlabstractparser.php', 00035 'tx_em_parser_mirrorxmlabstractparser' => $emClassesPath . 'parser/class.tx_em_parser_mirrorxmlabstractparser.php', 00036 'tx_em_parser_xmlparserfactory' => $emClassesPath . 'parser/class.tx_em_parser_xmlparserfactory.php', 00037 'tx_em_parser_mirrorxmlpullparser' => $emClassesPath . 'parser/class.tx_em_parser_mirrorxmlpullparser.php', 00038 'tx_em_parser_mirrorxmlpushparser' => $emClassesPath . 'parser/class.tx_em_parser_mirrorxmlpushparser.php', 00039 'tx_em_parser_extensionxmlpullparser' => $emClassesPath . 'parser/class.tx_em_parser_extensionxmlpullparser.php', 00040 'tx_em_parser_extensionxmlpushparser' => $emClassesPath . 'parser/class.tx_em_parser_extensionxmlpushparser.php', 00041 00042 'tx_em_repository' => $emClassesPath . 'repository/class.tx_em_repository.php', 00043 'tx_em_repository_mirrors' => $emClassesPath . 'repository/class.tx_em_repository_mirrors.php', 00044 'tx_em_repository_utility' => $emClassesPath . 'repository/class.tx_em_repository_utility.php', 00045 00046 'tx_em_settings' => $emClassesPath . 'settings/class.tx_em_settings.php', 00047 00048 'tx_em_tasks_updateextensionlist' => $emClassesPath . 'tasks/class.tx_em_tasks_updateextensionlist.php', 00049 00050 'tx_em_tools' => $emClassesPath . 'tools/class.tx_em_tools.php', 00051 'tx_em_tools_unzip' => $emClassesPath . 'tools/class.tx_em_tools_unzip.php', 00052 'tx_em_tools_xmlhandler' => $emClassesPath . 'tools/class.tx_em_tools_xmlhandler.php', 00053 00054 'tx_em_translations' => $emClassesPath . 'translations/class.tx_em_translations.php', 00055 00056 'tx_em_reports_extensionstatus' => $emClassesPath . 'reports/class.tx_em_reports_extensionstatus.php', 00057 00058 00059 'tx_em_develop' => $emClassesPath . 'class.tx_em_develop.php', 00060 'tx_em_extensionmanager' => $emClassesPath . 'class.tx_em_extensionmanager.php', 00061 00062 ); 00063 ?>
1.8.0