43 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
Standard::COMS, $title);
44 $ctrl->setParameterByClass(\ilPDNotesGUI::class,
"note_type", 2);
45 $comments = $this->mainmenu->link($this->
if->identifier(
'mm_pd_comments'))
47 ->withAction($ctrl->getLinkTargetByClass([
"ilDashboardGUI",
"ilPDNotesGUI"],
"showPublicComments"))
51 ->withNonAvailableReason($this->dic->ui()->factory()->legacy($this->dic->language()->txt(
'component_not_active')))
52 ->withAvailableCallable(
53 static function () use (
$dic):
bool {
59 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
Standard::NOTS, $title);
62 $ctrl->setParameterByClass(\ilPDNotesGUI::class,
"note_type", 1);
63 $notes = $this->mainmenu->link($this->
if->identifier(
'mm_pd_notes'))
65 ->withAction($ctrl->getLinkTargetByClass([
"ilDashboardGUI",
"ilPDNotesGUI"],
"showPrivateNotes"))
69 ->withNonAvailableReason($this->dic->ui()->factory()->legacy($this->dic->language()->txt(
'component_not_active')))
70 ->withAvailableCallable(
71 static function () use (
$dic):
bool {
Interface StaticMainMenuProvider.
Class NotesMainBarProvider.
if(!file_exists(getcwd() . '/ilias.ini.php'))
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
language()
Get interface to the i18n service.
ctrl()
Get the interface to the control structure.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
settings()
Get the interface to the settings.