|
ILIAS
Release_4_4_x_branch Revision 61816
|
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 = "" | |
manifest.xml file not found-exception for import
Definition at line 14 of file class.ilManifestFileNotFoundImportException.php.
| ilManifestFileNotFoundImportException::getManifestDir | ( | ) |
Get manifest directory.
Definition at line 34 of file class.ilManifestFileNotFoundImportException.php.
References $manifest_dir.
| ilManifestFileNotFoundImportException::getTmpDir | ( | ) |
Get 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.
| string | $a_val | manifest directory |
Definition at line 24 of file class.ilManifestFileNotFoundImportException.php.
| ilManifestFileNotFoundImportException::setTmpDir | ( | $a_val | ) |
Set temporary directory.
| string | $a_val | temporary directory |
Definition at line 44 of file class.ilManifestFileNotFoundImportException.php.
|
private |
Definition at line 16 of file class.ilManifestFileNotFoundImportException.php.
Referenced by getManifestDir().
|
private |
Definition at line 17 of file class.ilManifestFileNotFoundImportException.php.
Referenced by getTmpDir().