ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilCOPageExportConfig 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 ilCOPageExportConfig:
+ Collaboration diagram for ilCOPageExportConfig:

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 pages

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

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

Member Function Documentation

◆ getIncludeMedia()

ilCOPageExportConfig::getIncludeMedia ( )

Definition at line 44 of file class.ilCOPageExportConfig.php.

44 : bool
45 {
47 }

◆ getMasterLanguageOnly()

ilCOPageExportConfig::getMasterLanguageOnly ( )

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

39 : bool
40 {
41 return $this->master_only;
42 }

◆ setMasterLanguageOnly()

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

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

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

Field Documentation

◆ $include_media

bool ilCOPageExportConfig::$include_media = true
protected

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

◆ $master_only

bool ilCOPageExportConfig::$master_only = false
protected

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


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