|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilHelpMapping:Public Member Functions | |
| __construct () | |
Static Public Member Functions | |
| static | saveScreenIdsForChapter (int $a_chap, array $a_ids) |
| static | saveMappingEntry (int $a_chap, string $a_comp, string $a_screen_id, string $a_screen_sub_id, string $a_perm, int $a_module_id=0) |
| static | removeScreenIdsOfChapter (int $a_chap, int $a_module_id=0) |
| static | getScreenIdsOfChapter (int $a_chap, int $a_module_id=0) |
| static | getHelpSectionsForId (string $a_screen_id, int $a_ref_id) |
| static | hasScreenIdSections (string $a_screen_id) |
| Has given screen Id any sections? Note: We removed the "ref_id" parameter here, since this method should be fast. More... | |
| static | deleteEntriesOfModule (int $a_id) |
Protected Attributes | |
| ilDBInterface | $db |
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 Help mapping
Definition at line 23 of file class.ilHelpMapping.php.
| ilHelpMapping::__construct | ( | ) |
Definition at line 27 of file class.ilHelpMapping.php.
References $DIC.
|
static |
Definition at line 287 of file class.ilHelpMapping.php.
|
static |
Definition at line 143 of file class.ilHelpMapping.php.
Referenced by ilHelpGUI\getHelpSections(), and ilHelpGUI\showHelp().
Here is the caller graph for this function:
|
static |
Definition at line 112 of file class.ilHelpMapping.php.
Referenced by ilHelpMappingTableGUI\fillRow().
Here is the caller graph for this function:
|
static |
Has given screen Id any sections? Note: We removed the "ref_id" parameter here, since this method should be fast.
It is used to decide whether the help button should appear or not. We assume that there is at least one section for users with the "read" permission.
Definition at line 224 of file class.ilHelpMapping.php.
Referenced by ilHelpGUI\hasSections().
Here is the caller graph for this function:
|
static |
Definition at line 97 of file class.ilHelpMapping.php.
Referenced by ilStructureObject\delete().
Here is the caller graph for this function:
|
static |
Definition at line 72 of file class.ilHelpMapping.php.
Referenced by ilHelpDataSet\importRecord().
Here is the caller graph for this function:
|
static |
Definition at line 34 of file class.ilHelpMapping.php.
Referenced by ilObjContentObjectGUI\saveHelpMapping().
Here is the caller graph for this function:
|
protected |
Definition at line 25 of file class.ilHelpMapping.php.