| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilMediaObjectsImportConfig:
 Collaboration diagram for ilMediaObjectsImportConfig:Public Member Functions | |
| setUsePreviousImportIds (bool $a_val) | |
| Set use previous import ids.  More... | |
| getUsePreviousImportIds () | |
Protected Attributes | |
| bool | $use_previous_import_ids = false | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Import configuration for media objects
Definition at line 24 of file class.ilMediaObjectsImportConfig.php.
| ilMediaObjectsImportConfig::getUsePreviousImportIds | ( | ) | 
Definition at line 39 of file class.ilMediaObjectsImportConfig.php.
References $use_previous_import_ids.
| ilMediaObjectsImportConfig::setUsePreviousImportIds | ( | bool | $a_val | ) | 
Set use previous import ids.
| bool | $a_val | use previous import ids | 
Definition at line 33 of file class.ilMediaObjectsImportConfig.php.
      
  | 
  protected | 
Definition at line 26 of file class.ilMediaObjectsImportConfig.php.
Referenced by getUsePreviousImportIds().