TYPO3 CMS  TYPO3_6-2
index.php
Go to the documentation of this file.
1 <?php
15 $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Recycler\\Controller\\RecyclerModuleController');
16 $SOBE->initialize();
17 // Include files?
18 // @deprecated since 6.2 (see ExtensionManagementUtility::insertModuleFunction)
19 foreach ($SOBE->include_once as $INC_FILE) {
20  include_once $INC_FILE;
21 }
22 $SOBE->render();
23 $SOBE->flush();
$SOBE
Definition: index.php:43