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.ilMediaPoolImportConfig.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
include_once(
"./Services/Export/classes/class.ilImportConfig.php"
);
13
class
ilMediaPoolImportConfig
extends
ilImportConfig
14
{
15
protected
$transl_into
=
false
;
16
protected
$transl_into_lm
= null;
17
protected
$transl_lang
=
""
;
18
25
public
function
setTranslationImportMode
($a_lm, $a_lang =
""
)
26
{
27
if
($a_lm != null) {
28
$this->transl_into =
true
;
29
$this->transl_into_lm = $a_lm;
30
$this->transl_lang = $a_lang;
31
}
else
{
32
$this->transl_into =
false
;
33
}
34
}
35
41
public
function
getTranslationImportMode
()
42
{
43
return
$this->transl_into
;
44
}
45
51
public
function
getTranslationLM
()
52
{
53
return
$this->transl_into_lm
;
54
}
55
61
public
function
getTranslationLang
()
62
{
63
return
$this->transl_lang
;
64
}
65
}
ilMediaPoolImportConfig\getTranslationLang
getTranslationLang()
Get translation language.
Definition:
class.ilMediaPoolImportConfig.php:61
ilMediaPoolImportConfig\$transl_into
$transl_into
Definition:
class.ilMediaPoolImportConfig.php:15
ilMediaPoolImportConfig\$transl_lang
$transl_lang
Definition:
class.ilMediaPoolImportConfig.php:17
ilMediaPoolImportConfig\setTranslationImportMode
setTranslationImportMode($a_lm, $a_lang="")
Set translation import mode.
Definition:
class.ilMediaPoolImportConfig.php:25
ilImportConfig
Import configuration class parent class.
Definition:
class.ilImportConfig.php:12
ilMediaPoolImportConfig
Import configuration for media pools.
Definition:
class.ilMediaPoolImportConfig.php:13
ilMediaPoolImportConfig\getTranslationLM
getTranslationLM()
Get translation lm.
Definition:
class.ilMediaPoolImportConfig.php:51
ilMediaPoolImportConfig\$transl_into_lm
$transl_into_lm
Definition:
class.ilMediaPoolImportConfig.php:16
ilMediaPoolImportConfig\getTranslationImportMode
getTranslationImportMode()
Get translation import mode.
Definition:
class.ilMediaPoolImportConfig.php:41
Modules
MediaPool
classes
class.ilMediaPoolImportConfig.php
Generated on Thu Apr 3 2025 20:00:52 for ILIAS by
1.8.13 (using
Doxyfile
)