ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilCOPageExportConfig.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
include_once(
"./Services/Export/classes/class.ilExportConfig.php"
);
13
class
ilCOPageExportConfig
extends
ilExportConfig
14
{
15
protected
$master_only
=
false
;
16
protected
$include_media
=
true
;
17
23
public
function
setMasterLanguageOnly
($a_val, $a_include_media =
true
)
24
{
25
$this->master_only = $a_val;
26
$this->include_media = $a_include_media;
27
}
28
34
public
function
getMasterLanguageOnly
()
35
{
36
return
$this->master_only
;
37
}
38
44
public
function
getIncludeMedia
()
45
{
46
return
$this->include_media
;
47
}
48
}
ilExportConfig
Export configuration class parent class.
Definition:
class.ilExportConfig.php:12
ilCOPageExportConfig\getIncludeMedia
getIncludeMedia()
Get include media.
Definition:
class.ilCOPageExportConfig.php:44
ilCOPageExportConfig\$include_media
$include_media
Definition:
class.ilCOPageExportConfig.php:16
ilCOPageExportConfig\getMasterLanguageOnly
getMasterLanguageOnly()
Get master language only.
Definition:
class.ilCOPageExportConfig.php:34
ilCOPageExportConfig
Export configuration for pages.
Definition:
class.ilCOPageExportConfig.php:13
ilCOPageExportConfig\setMasterLanguageOnly
setMasterLanguageOnly($a_val, $a_include_media=true)
Set master language only.
Definition:
class.ilCOPageExportConfig.php:23
php
ilCOPageExportConfig\$master_only
$master_only
Definition:
class.ilCOPageExportConfig.php:15
Services
COPage
classes
class.ilCOPageExportConfig.php
Generated on Thu Jan 16 2025 19:02:20 for ILIAS by
1.8.13 (using
Doxyfile
)