|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 = "" |
manifest.xml file not found-exception for import
Definition at line 25 of file class.ilManifestFileNotFoundImportException.php.
| ilManifestFileNotFoundImportException::getManifestDir | ( | ) |
Definition at line 35 of file class.ilManifestFileNotFoundImportException.php.
References $manifest_dir.
| 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:| ilManifestFileNotFoundImportException::setManifestDir | ( | $a_val | ) |
Definition at line 30 of file class.ilManifestFileNotFoundImportException.php.
| ilManifestFileNotFoundImportException::setTmpDir | ( | string | $a_val | ) |
Definition at line 40 of file class.ilManifestFileNotFoundImportException.php.
|
private |
Definition at line 27 of file class.ilManifestFileNotFoundImportException.php.
Referenced by getManifestDir().
|
private |
Definition at line 28 of file class.ilManifestFileNotFoundImportException.php.
Referenced by getTmpDir().