/** * @return void */ public function initializeObject() { self::$bootstrap = Bootstrap::$staticObjectManager->get('TYPO3\\Flow\\Core\\Bootstrap'); $this->isolated = FALSE; }
/** * @return void */ public function initializeObject() { self::$bootstrap = Bootstrap::$staticObjectManager->get(Bootstrap::class); $this->isolated = false; }