ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups 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)
 Set manifest directory.
 getManifestDir ()
 Get manifest directory.
 setTmpDir ($a_val)
 Set temporary directory.
 getTmpDir ()
 Get temporary directory.
- Public Member Functions inherited from ilImportException
 __construct ($a_message)
 Constructor.
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception.

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

ilManifestFileNotFoundImportException::getManifestDir ( )

Get manifest directory.

Returns
string manifest directory

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

References $manifest_dir.

{
}
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:

ilManifestFileNotFoundImportException::setManifestDir (   $a_val)

Set manifest directory.

Parameters
string$a_valmanifest directory

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

{
$this->manifest_dir = $a_val;
}
ilManifestFileNotFoundImportException::setTmpDir (   $a_val)

Set temporary directory.

Parameters
string$a_valtemporary directory

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

{
$this->tmp_dir = $a_val;
}

Field Documentation

ilManifestFileNotFoundImportException::$manifest_dir = ""
private

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

Referenced by getManifestDir().

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: