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.ilManifestFileNotFoundImportException.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
include_once(
"./Services/Export/exceptions/class.ilImportException.php"
);
6
14
class
ilManifestFileNotFoundImportException
extends
ilImportException
15
{
16
private
$manifest_dir
=
""
;
17
private
$tmp_dir
=
""
;
18
24
public
function
setManifestDir
($a_val)
25
{
26
$this->manifest_dir = $a_val;
27
}
28
34
public
function
getManifestDir
()
35
{
36
return
$this->manifest_dir
;
37
}
38
44
public
function
setTmpDir
($a_val)
45
{
46
$this->tmp_dir = $a_val;
47
}
48
54
public
function
getTmpDir
()
55
{
56
return
$this->tmp_dir
;
57
}
58
}
ilManifestFileNotFoundImportException\getManifestDir
getManifestDir()
Get manifest directory.
Definition:
class.ilManifestFileNotFoundImportException.php:34
ilManifestFileNotFoundImportException\setManifestDir
setManifestDir($a_val)
Set manifest directory.
Definition:
class.ilManifestFileNotFoundImportException.php:24
ilManifestFileNotFoundImportException\setTmpDir
setTmpDir($a_val)
Set temporary directory.
Definition:
class.ilManifestFileNotFoundImportException.php:44
ilImportException
General import exception.
Definition:
class.ilImportException.php:14
ilManifestFileNotFoundImportException
manifest.xml file not found-exception for import
Definition:
class.ilManifestFileNotFoundImportException.php:14
ilManifestFileNotFoundImportException\getTmpDir
getTmpDir()
Get temporary directory.
Definition:
class.ilManifestFileNotFoundImportException.php:54
ilManifestFileNotFoundImportException\$manifest_dir
$manifest_dir
Definition:
class.ilManifestFileNotFoundImportException.php:16
ilManifestFileNotFoundImportException\$tmp_dir
$tmp_dir
Definition:
class.ilManifestFileNotFoundImportException.php:17
Services
Export
exceptions
class.ilManifestFileNotFoundImportException.php
Generated on Thu Apr 3 2025 20:01:06 for ILIAS by
1.8.13 (using
Doxyfile
)