ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilHelpImportConfig 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 ilHelpImportConfig:
+ Collaboration diagram for ilHelpImportConfig:

Public Member Functions

 setModuleId (int $a_val)
 
 getModuleId ()
 

Protected Attributes

int $module_id = 0
 

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 Import configuration for help modules

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

Definition at line 24 of file class.ilHelpImportConfig.php.

Member Function Documentation

◆ getModuleId()

ilHelpImportConfig::getModuleId ( )

Definition at line 33 of file class.ilHelpImportConfig.php.

References $module_id.

33  : int
34  {
35  return $this->module_id;
36  }

◆ setModuleId()

ilHelpImportConfig::setModuleId ( int  $a_val)

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

28  : void
29  {
30  $this->module_id = $a_val;
31  }

Field Documentation

◆ $module_id

int ilHelpImportConfig::$module_id = 0
protected

Definition at line 26 of file class.ilHelpImportConfig.php.

Referenced by getModuleId().


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