ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
trait.ilHelpDisplayed.php
Go to the documentation of this file.
1
<?php
2
23
trait
ilHelpDisplayed
24
{
25
protected
function
showHelpTool(): bool
26
{
27
static
$show;
28
29
if
(!isset($show)) {
30
global
$DIC
;
31
$show = $DIC->help()->internal()->domain()->presentation()->showTool();
32
}
33
34
return
$show;
35
}
36
}
ilHelpDisplayed
$DIC
global $DIC
Definition:
feed.php:28
Services
Help
GlobalScreen
classes
trait.ilHelpDisplayed.php
Generated on Wed Sep 10 2025 14:11:30 for ILIAS by
1.8.13 (using
Doxyfile
)