ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilLearningModuleExportConfig.php
Go to the documentation of this file.
1
<?php
2
24
class
ilLearningModuleExportConfig
extends
ilExportConfig
25
{
26
protected
bool
$master_only
=
false
;
27
protected
bool
$include_media
=
true
;
28
29
public
function
setMasterLanguageOnly
(
30
bool
$a_val,
31
bool
$a_include_media =
true
32
): void {
33
$this->master_only = $a_val;
34
$this->include_media = $a_include_media;
35
}
36
37
public
function
getMasterLanguageOnly
(): bool
38
{
39
return
$this->master_only
;
40
}
41
42
public
function
getIncludeMedia
(): bool
43
{
44
return
$this->include_media
;
45
}
46
}
ilLearningModuleExportConfig\getMasterLanguageOnly
getMasterLanguageOnly()
Definition:
class.ilLearningModuleExportConfig.php:37
ilLearningModuleExportConfig\$include_media
bool $include_media
Definition:
class.ilLearningModuleExportConfig.php:27
ilLearningModuleExportConfig\$master_only
bool $master_only
Definition:
class.ilLearningModuleExportConfig.php:26
ilExportConfig
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilExportConfig.php:27
ilLearningModuleExportConfig\setMasterLanguageOnly
setMasterLanguageOnly(bool $a_val, bool $a_include_media=true)
Definition:
class.ilLearningModuleExportConfig.php:29
ilLearningModuleExportConfig
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilLearningModuleExportConfig.php:24
ilLearningModuleExportConfig\getIncludeMedia
getIncludeMedia()
Definition:
class.ilLearningModuleExportConfig.php:42
Modules
LearningModule
classes
class.ilLearningModuleExportConfig.php
Generated on Wed Sep 3 2025 22:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)