ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
ilCOPageExportConfig\$master_only
$master_only
Definition:
class.ilCOPageExportConfig.php:15
Services
COPage
classes
class.ilCOPageExportConfig.php
Generated on Mon Apr 7 2025 20:01:17 for ILIAS by
1.8.13 (using
Doxyfile
)