ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.ilHelp.php
Go to the documentation of this file.
1
<?php
2
24
class
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
}
ilHelp\getObjCreationTooltipText
static getObjCreationTooltipText(string $a_type)
Definition:
class.ilHelp.php:29
$DIC
global $DIC
Definition:
shib_login.php:25
ilHelp
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilHelp.php:24
components
ILIAS
Help
classes
class.ilHelp.php
Generated on Wed Sep 10 2025 15:15:44 for ILIAS by
1.8.13 (using
Doxyfile
)