ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
ilManifestFileNotFoundImportException Class Reference

manifest.xml file not found-exception for import More...

+ Inheritance diagram for ilManifestFileNotFoundImportException:
+ Collaboration diagram for ilManifestFileNotFoundImportException:

Public Member Functions

 setManifestDir ($a_val)
 Set manifest directory. More...
 
 getManifestDir ()
 Get manifest directory. More...
 
 setTmpDir ($a_val)
 Set temporary directory. More...
 
 getTmpDir ()
 Get temporary directory. More...
 
- Public Member Functions inherited from ilImportException
 __construct ($a_message)
 Constructor. More...
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception. More...
 

Private Attributes

 $manifest_dir = ""
 
 $tmp_dir = ""
 

Detailed Description

manifest.xml file not found-exception for import

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 14 of file class.ilManifestFileNotFoundImportException.php.

Member Function Documentation

◆ getManifestDir()

ilManifestFileNotFoundImportException::getManifestDir ( )

Get manifest directory.

Returns
string manifest directory

Definition at line 34 of file class.ilManifestFileNotFoundImportException.php.

References $manifest_dir.

◆ getTmpDir()

ilManifestFileNotFoundImportException::getTmpDir ( )

Get temporary directory.

Returns
string temporary directory

Definition at line 54 of file class.ilManifestFileNotFoundImportException.php.

References $tmp_dir.

Referenced by ilObjFileBasedLMGUI\importFileObject().

+ Here is the caller graph for this function:

◆ setManifestDir()

ilManifestFileNotFoundImportException::setManifestDir (   $a_val)

Set manifest directory.

Parameters
string$a_valmanifest directory

Definition at line 24 of file class.ilManifestFileNotFoundImportException.php.

Referenced by ilImport\doImportObject().

25  {
26  $this->manifest_dir = $a_val;
27  }
+ Here is the caller graph for this function:

◆ setTmpDir()

ilManifestFileNotFoundImportException::setTmpDir (   $a_val)

Set temporary directory.

Parameters
string$a_valtemporary directory

Definition at line 44 of file class.ilManifestFileNotFoundImportException.php.

45  {
46  $this->tmp_dir = $a_val;
47  }

Field Documentation

◆ $manifest_dir

ilManifestFileNotFoundImportException::$manifest_dir = ""
private

Definition at line 16 of file class.ilManifestFileNotFoundImportException.php.

Referenced by getManifestDir().

◆ $tmp_dir

ilManifestFileNotFoundImportException::$tmp_dir = ""
private

Definition at line 17 of file class.ilManifestFileNotFoundImportException.php.

Referenced by getTmpDir().


The documentation for this class was generated from the following file: