ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setManifestDir ($a_val) | |
getManifestDir () | |
setTmpDir (string $a_val) | |
getTmpDir () | |
![]() | |
__construct ($a_message, $a_code=0, Throwable $previous=null) | |
A code isn't optional as in build in class Exception. More... | |
Private Attributes | |
string | $manifest_dir = "" |
string | $tmp_dir = "" |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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().