ILIAS  release_8 Revision v8.24
class.ilObjMainMenu.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
11{
18 public function __construct(int $id = 0, bool $call_by_reference = true)
19 {
20 $this->type = "mme";
22 }
23
24
28 public function getPresentationTitle(): string
29 {
30 return $this->lng->txt("main_menu");
31 }
32
33
37 public function getLongDescription(): string
38 {
39 return $this->lng->txt("add_remove_edit_entries_of_main_menu");
40 }
41}
Class ilObjMainMenuGUI.
__construct(int $id=0, bool $call_by_reference=true)
ilObjMainMenu constructor.
getPresentationTitle()
@inheritDoc
getLongDescription()
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
bool $call_by_reference
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc