コード例 #1
0
 /**
  * Runs everything, that should be done after import
  * is finished.
  */
 protected function runPostImportAction()
 {
     $this->albumContentManager->setAlbumAsGalleryThumbIfNotExisting();
     $this->persistenceManager->persistAll();
 }