ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjMainMenu.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
10 class ilObjMainMenu extends ilObject
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.
bool $call_by_reference
__construct(int $id=0, bool $call_by_reference=true)
ilObjMainMenu constructor.
__construct(Container $dic, ilPlugin $plugin)