ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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...
Import configuration class parent class.
setUsePreviousImportIds(bool $a_val)
Set use previous import ids.