ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilManifestFileNotFoundImportException Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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, Throwable $previous=null)
 A code isn't optional as in build in class Exception. More...
 

Private Attributes

string $manifest_dir = ""
 
string $tmp_dir = ""
 

Detailed Description

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

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Member Function Documentation

◆ getManifestDir()

ilManifestFileNotFoundImportException::getManifestDir ( )

◆ getTmpDir()

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:

◆ setManifestDir()

ilManifestFileNotFoundImportException::setManifestDir (   $a_val)

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

31  {
32  $this->manifest_dir = $a_val;
33  }

◆ setTmpDir()

ilManifestFileNotFoundImportException::setTmpDir ( string  $a_val)

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

40  : void
41  {
42  $this->tmp_dir = $a_val;
43  }

Field Documentation

◆ $manifest_dir

string ilManifestFileNotFoundImportException::$manifest_dir = ""
private

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

Referenced by getManifestDir().

◆ $tmp_dir

string ilManifestFileNotFoundImportException::$tmp_dir = ""
private

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

Referenced by getTmpDir().


The documentation for this class was generated from the following file: