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.ilMediaPoolExportConfig.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
ilMediaPoolExportConfig
extends
ilExportConfig
14
{
15
protected
$master_only
=
false
;
16
protected
$include_media
=
true
;
17
24
public
function
setMasterLanguageOnly
($a_val, $a_include_media =
true
)
25
{
26
$this->master_only = $a_val;
27
$this->include_media = $a_include_media;
28
}
29
35
public
function
getMasterLanguageOnly
()
36
{
37
return
$this->master_only
;
38
}
39
45
public
function
getIncludeMedia
()
46
{
47
return
$this->include_media
;
48
}
49
}
ilMediaPoolExportConfig\getIncludeMedia
getIncludeMedia()
Get include media.
Definition:
class.ilMediaPoolExportConfig.php:45
ilMediaPoolExportConfig\setMasterLanguageOnly
setMasterLanguageOnly($a_val, $a_include_media=true)
Set master language only.
Definition:
class.ilMediaPoolExportConfig.php:24
ilExportConfig
Export configuration class parent class.
Definition:
class.ilExportConfig.php:12
ilMediaPoolExportConfig
Export configuration for media pools.
Definition:
class.ilMediaPoolExportConfig.php:13
ilMediaPoolExportConfig\$include_media
$include_media
Definition:
class.ilMediaPoolExportConfig.php:16
ilMediaPoolExportConfig\$master_only
$master_only
Definition:
class.ilMediaPoolExportConfig.php:15
ilMediaPoolExportConfig\getMasterLanguageOnly
getMasterLanguageOnly()
Get master language only.
Definition:
class.ilMediaPoolExportConfig.php:35
Modules
MediaPool
classes
class.ilMediaPoolExportConfig.php
Generated on Wed Apr 2 2025 20:00:58 for ILIAS by
1.8.13 (using
Doxyfile
)