ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 26 of file class.ilLearningModuleExportConfig.php.

Member Function Documentation

◆ getIncludeMedia()

ilLearningModuleExportConfig::getIncludeMedia ( )

◆ getMasterLanguageOnly()

ilLearningModuleExportConfig::getMasterLanguageOnly ( )

◆ setMasterLanguageOnly()

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

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

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

Field Documentation

◆ $include_media

bool ilLearningModuleExportConfig::$include_media = true
protected

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

◆ $master_only

bool ilLearningModuleExportConfig::$master_only = false
protected

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


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