Exemplo n.º 1
0
 /**
  * @param ConsoleBootstrap $bootstrap
  */
 public static function initializeExtensionConfiguration(ConsoleBootstrap $bootstrap)
 {
     require_once PATH_site . 'typo3/sysext/core/Classes/Core/GlobalDebugFunctions.php';
     ExtensionManagementUtility::loadExtLocalconf();
     $bootstrap->applyAdditionalConfigurationSettings();
 }
Exemplo n.º 2
0
 /**
  * @param ConsoleBootstrap $bootstrap
  */
 public static function initializeExtensionConfiguration(ConsoleBootstrap $bootstrap)
 {
     // Manual load GlobalDebugFunctions.php for TYPO3 CMS <= 7.3
     if (file_exists(PATH_site . 'typo3/sysext/core/Classes/Core/GlobalDebugFunctions.php')) {
         require_once PATH_site . 'typo3/sysext/core/Classes/Core/GlobalDebugFunctions.php';
     }
     ExtensionManagementUtility::loadExtLocalconf();
     $bootstrap->applyAdditionalConfigurationSettings();
 }
Exemplo n.º 3
0
 /**
  * @param ConsoleBootstrap $bootstrap
  */
 public static function applyAdditionalConfigurationSettings(ConsoleBootstrap $bootstrap)
 {
     $bootstrap->applyAdditionalConfigurationSettings();
 }