TYPO3 CMS  TYPO3_6-2
CommandLineLauncher.php
Go to the documentation of this file.
1 <?php
19 require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('extbase', 'Classes/Core/Bootstrap.php');
20 $bootstrap = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Core\\Bootstrap');
21 echo $bootstrap->run('', array());