ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilHelp.php
Go to the documentation of this file.
1<?php
2
24class ilHelp
25{
29 public static function getObjCreationTooltipText(
30 string $a_type
31 ): string {
32 global $DIC;
33 return $DIC->help()->internal()->domain()->tooltips()->getTooltipPresentationText($a_type . "_create");
34 }
35}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getObjCreationTooltipText(string $a_type)
global $DIC
Definition: shib_login.php:26