Beispiel #1
0
 /**
  * Saves the current content of $this->packageStatesConfiguration to the
  * PackageStates.php file.
  *
  * @return void
  */
 protected function sortAndSavePackageStates()
 {
     parent::sortAndSavePackageStates();
     $this->initializeCompatibilityLoadedExtArray();
     \TYPO3\CMS\Core\Utility\OpcodeCacheUtility::clearAllActive($this->packageStatesPathAndFilename);
 }