ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilMediaObjectsImportConfig.php
Go to the documentation of this file.
1 <?php
2 
25 {
26  protected bool $use_previous_import_ids = false;
27 
33  public function setUsePreviousImportIds(
34  bool $a_val
35  ): void {
36  $this->use_previous_import_ids = $a_val;
37  }
38 
39  public function getUsePreviousImportIds(): bool
40  {
42  }
43 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setUsePreviousImportIds(bool $a_val)
Set use previous import ids.