ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 {
41 return $this->use_previous_import_ids;
42 }
43}
Import configuration class parent class.
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.