ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilLearningModuleExportConfig 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 ilLearningModuleExportConfig:
+ Collaboration diagram for ilLearningModuleExportConfig:

Public Member Functions

 setMasterLanguageOnly (bool $a_val, bool $a_include_media=true)
 
 getMasterLanguageOnly ()
 
 getIncludeMedia ()
 

Protected Attributes

bool $master_only = false
 
bool $include_media = true
 

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 Export configuration for learning modules

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

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

Member Function Documentation

◆ getIncludeMedia()

ilLearningModuleExportConfig::getIncludeMedia ( )

Definition at line 42 of file class.ilLearningModuleExportConfig.php.

References $include_media.

42  : bool
43  {
44  return $this->include_media;
45  }

◆ getMasterLanguageOnly()

ilLearningModuleExportConfig::getMasterLanguageOnly ( )

Definition at line 37 of file class.ilLearningModuleExportConfig.php.

References $master_only.

37  : bool
38  {
39  return $this->master_only;
40  }

◆ setMasterLanguageOnly()

ilLearningModuleExportConfig::setMasterLanguageOnly ( bool  $a_val,
bool  $a_include_media = true 
)

Definition at line 29 of file class.ilLearningModuleExportConfig.php.

32  : void {
33  $this->master_only = $a_val;
34  $this->include_media = $a_include_media;
35  }

Field Documentation

◆ $include_media

bool ilLearningModuleExportConfig::$include_media = true
protected

Definition at line 27 of file class.ilLearningModuleExportConfig.php.

Referenced by getIncludeMedia().

◆ $master_only

bool ilLearningModuleExportConfig::$master_only = false
protected

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

Referenced by getMasterLanguageOnly().


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