ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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)
 
 getManifestDir ()
 
 setTmpDir (string $a_val)
 
 getTmpDir ()
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A code isn't optional as in build in class Exception. More...
 

Private Attributes

string $manifest_dir = ""
 
string $tmp_dir = ""
 

Detailed Description

manifest.xml file not found-exception for import

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Member Function Documentation

◆ getManifestDir()

ilManifestFileNotFoundImportException::getManifestDir ( )

◆ getTmpDir()

ilManifestFileNotFoundImportException::getTmpDir ( )

Definition at line 45 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)

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

31  {
32  $this->manifest_dir = $a_val;
33  }

◆ setTmpDir()

ilManifestFileNotFoundImportException::setTmpDir ( string  $a_val)

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

40  : void
41  {
42  $this->tmp_dir = $a_val;
43  }

Field Documentation

◆ $manifest_dir

string ilManifestFileNotFoundImportException::$manifest_dir = ""
private

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

Referenced by getManifestDir().

◆ $tmp_dir

string ilManifestFileNotFoundImportException::$tmp_dir = ""
private

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

Referenced by getTmpDir().


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