ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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 26 of file class.ilMediaPoolExportConfig.php.

Member Function Documentation

◆ getIncludeMedia()

ilMediaPoolExportConfig::getIncludeMedia ( )

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

References $include_media.

48  : bool
49  {
50  return $this->include_media;
51  }

◆ getMasterLanguageOnly()

ilMediaPoolExportConfig::getMasterLanguageOnly ( )

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

References $master_only.

43  : bool
44  {
45  return $this->master_only;
46  }

◆ 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 35 of file class.ilMediaPoolExportConfig.php.

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

Field Documentation

◆ $include_media

bool ilMediaPoolExportConfig::$include_media = true
protected

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

Referenced by getIncludeMedia().

◆ $master_only

bool ilMediaPoolExportConfig::$master_only = false
protected

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

Referenced by getMasterLanguageOnly().


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