forked from kaystrobach/TYPO3.dyncss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_autoload.php
17 lines (16 loc) · 1.04 KB
/
ext_autoload.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
// DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry.
// This file was generated on 2013-03-16 23:32
$extensionPath = t3lib_extMgm::extPath('dyncss');
$extensionClassesPath = $extensionPath . 'Classes/';
return array(
'tx_dyncss_configuration_beregistry' => $extensionClassesPath . 'Configuration/BeRegistry.php',
'tx_dyncss_extmgm_statefield' => $extensionClassesPath . 'ExtMgm/StateField.php',
'tx_dyncss_hooks_t3libpagerendererrenderpreprocesshook' => $extensionClassesPath . 'Hooks/T3libPageRendererRenderPreProcessHook.php',
'tx_dyncss_hooks_t3libtcemainhook' => $extensionClassesPath . 'Hooks/T3libTcemainHook.php',
'tx_dyncss_parser_abstractparser' => $extensionClassesPath . 'Parser/AbstractParser.php',
'tx_dyncss_parser_parserinterface' => $extensionClassesPath . 'Parser/ParserInterface.php',
'tx_dyncss_service_dyncssservice' => $extensionClassesPath . 'Service/DyncssService.php',
'tx_dyncss_tslibfecontentpostprocallhook' => $extensionClassesPath . 'Hooks/TslibFeContentPostProcAllHook.php',
);
?>