ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilMediaObjectsImportConfig Class Reference

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
 

Detailed Description

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

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 24 of file class.ilMediaObjectsImportConfig.php.

Member Function Documentation

◆ getUsePreviousImportIds()

ilMediaObjectsImportConfig::getUsePreviousImportIds ( )

Definition at line 39 of file class.ilMediaObjectsImportConfig.php.

References $use_previous_import_ids.

39  : bool
40  {
42  }

◆ setUsePreviousImportIds()

ilMediaObjectsImportConfig::setUsePreviousImportIds ( bool  $a_val)

Set use previous import ids.

Parameters
bool$a_valuse previous import ids

Definition at line 33 of file class.ilMediaObjectsImportConfig.php.

35  : void {
36  $this->use_previous_import_ids = $a_val;
37  }

Field Documentation

◆ $use_previous_import_ids

bool ilMediaObjectsImportConfig::$use_previous_import_ids = false
protected

Definition at line 26 of file class.ilMediaObjectsImportConfig.php.

Referenced by getUsePreviousImportIds().


The documentation for this class was generated from the following file: