ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Handles display of the main menu for LTI. More...
Public Member Functions | |
__construct ($a_target="_top", $a_use_start_template=false, $a_main_tpl=null) | |
getSpacerClass () | |
getHTML () | |
Public Member Functions inherited from ilMainMenuGUI | |
__construct ($a_target="_top", $a_use_start_template=false, ilTemplate $a_main_tpl=null) | |
setMode (int $a_value) | |
getMode () | |
setTopBarBack ($a_url, $a_caption=null) | |
getSpacerClass () | |
setActive ($a_active) | |
setLoginTargetPar ($a_val) | |
getLoginTargetPar () | |
getHTML () | |
renderAwareness () | |
Render awareness tool. More... | |
showLogoOnly (bool $a_value) | |
Toggle rendering of main menu, search, user info. More... | |
Private Member Functions | |
setTemplateVars () | |
set all template variables (images, scripts, target frames, ...) More... | |
log ($txt) | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilMainMenuGUI | |
static | getLanguageSelection ($a_in_topbar=false) |
static | _checkAdministrationPermission () |
Data Fields inherited from ilMainMenuGUI | |
$tpl | |
$target | |
$start_template | |
const | MODE_FULL = 1 |
const | MODE_TOPBAR_ONLY = 2 |
const | MODE_TOPBAR_REDUCED = 3 |
const | MODE_TOPBAR_MEMBERVIEW = 4 |
Protected Member Functions inherited from ilMainMenuGUI | |
initMemberView () | |
addToolbarTooltip (string $element_id, string $help_id) | |
Add toolbar tooltip. More... | |
Protected Attributes inherited from ilMainMenuGUI | |
$rbacsystem | |
$user | |
$lng | |
$plugin_admin | |
$tree | |
$access | |
$nav_history | |
$settings | |
$ctrl | |
$help | |
$main_tpl | |
$mode | |
$topbar_back_url | |
$topbar_back_caption | |
Handles display of the main menu for LTI.
Definition at line 33 of file class.ilMainMenuGUI.php.
LTI\ilMainMenuGUI::__construct | ( | $a_target = "_top" , |
|
$a_use_start_template = false , |
|||
$a_main_tpl = null |
|||
) |
string | $a_target | target frame |
boolean | $a_use_start_template | true means: target scripts should be called through start template |
Definition at line 41 of file class.ilMainMenuGUI.php.
References $DIC, $ilLog, $ilUser, ilMainMenuGUI\$lng, ilMainMenuGUI\$rbacsystem, $url, ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupType(), ilMemberViewSettings\getInstance(), Monolog\Handler\mail(), ilMainMenuGUI\setMode(), settings(), and user().
LTI\ilMainMenuGUI::getHTML | ( | ) |
ilTemplateException |
Definition at line 116 of file class.ilMainMenuGUI.php.
References ilMainMenuGUI\setTemplateVars().
LTI\ilMainMenuGUI::getSpacerClass | ( | ) |
Definition at line 106 of file class.ilMainMenuGUI.php.
|
private |
Definition at line 160 of file class.ilMainMenuGUI.php.
|
private |
set all template variables (images, scripts, target frames, ...)
Definition at line 127 of file class.ilMainMenuGUI.php.
References $DIC, $ilSetting, $ilUser, ilMainMenuGUI\$lng, ilMainMenuGUI\$rbacsystem, ilMainMenuGUI\$tree, and ilUtil\getStyleSheetLocation().