ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
5include_once("./Services/Export/exceptions/class.ilImportException.php");
6
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 {
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}
An exception for terminatinating execution or to throw for unit testing.
General import exception.
manifest.xml file not found-exception for import