ILIAS
release_4-3 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
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
function
setManifestDir
($a_val)
25
{
26
$this->manifest_dir = $a_val;
27
}
28
34
function
getManifestDir
()
35
{
36
return
$this->manifest_dir
;
37
}
38
44
function
setTmpDir
($a_val)
45
{
46
$this->tmp_dir = $a_val;
47
}
48
54
function
getTmpDir
()
55
{
56
return
$this->tmp_dir
;
57
}
58
}
59
?>
Services
Export
exceptions
class.ilManifestFileNotFoundImportException.php
Generated on Sat Apr 30 2016 19:00:58 for ILIAS by
1.8.1.2 (using
Doxyfile
)