ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilMediaObjectsImportConfig.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5include_once("./Services/Export/classes/class.ilImportConfig.php");
14{
15 protected $use_previous_import_ids = false;
16
22 function setUsePreviousImportIds($a_val)
23 {
24 $this->use_previous_import_ids = $a_val;
25 }
26
33 {
35 }
36
37}
38
39?>
Import configuration class parent class.
Import configuration for media objects.
setUsePreviousImportIds($a_val)
Set use previous import ids.
getUsePreviousImportIds()
Get use previous import ids.