ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjMainMenu.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
27{
34 public function __construct(int $id = 0, bool $call_by_reference = true)
35 {
36 $this->type = "mme";
38 }
39
40
44 #[\Override]
45 public function getPresentationTitle(): string
46 {
47 return $this->lng->txt("main_menu");
48 }
49
50
54 #[\Override]
55 public function getLongDescription(): string
56 {
57 return $this->lng->txt("add_remove_edit_entries_of_main_menu");
58 }
59}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
Class ilObjMainMenuGUI.
__construct(int $id=0, bool $call_by_reference=true)
ilObjMainMenu constructor.
getPresentationTitle()
@inheritDoc
getLongDescription()
@inheritDoc
Class ilObject Basic functions for all objects.
bool $call_by_reference
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc