ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilMediaPoolExportConfig 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 ilMediaPoolExportConfig:
+ Collaboration diagram for ilMediaPoolExportConfig:

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 media pools

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

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

Member Function Documentation

◆ getIncludeMedia()

ilMediaPoolExportConfig::getIncludeMedia ( )

Definition at line 46 of file class.ilMediaPoolExportConfig.php.

References $include_media.

46  : bool
47  {
48  return $this->include_media;
49  }

◆ getMasterLanguageOnly()

ilMediaPoolExportConfig::getMasterLanguageOnly ( )

Definition at line 41 of file class.ilMediaPoolExportConfig.php.

References $master_only.

41  : bool
42  {
43  return $this->master_only;
44  }

◆ setMasterLanguageOnly()

ilMediaPoolExportConfig::setMasterLanguageOnly ( bool  $a_val,
bool  $a_include_media = true 
)
Parameters
bool$a_valonly master language?
bool$a_include_mediainclude media y/n?

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

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

Field Documentation

◆ $include_media

bool ilMediaPoolExportConfig::$include_media = true
protected

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

Referenced by getIncludeMedia().

◆ $master_only

bool ilMediaPoolExportConfig::$master_only = false
protected

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

Referenced by getMasterLanguageOnly().


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