ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 }
global $DIC
Definition: shib_login.php:22