ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
manifest.xml file not found-exception for import More...
Public Member Functions | |
setManifestDir ($a_val) | |
getManifestDir () | |
setTmpDir (string $a_val) | |
getTmpDir () | |
![]() | |
__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().
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().