33 $title =
$dic->language()->txt(
"mm_comments");
34 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
Standard::COMS, $title)->withIsOutlined(
true);
35 $comments = $this->mainmenu->link($this->
if->identifier(
'mm_pd_comments'))
37 ->withAction($ctrl->getLinkTargetByClass([
"ilDashboardGUI",
"ilPDNotesGUI"],
"showPublicComments"))
41 ->withNonAvailableReason($this->dic->ui()->factory()->legacy(
"{$this->dic->language()->txt('component_not_active')}"))
42 ->withAvailableCallable(
43 function () use (
$dic) {
44 return (
bool) (!
$dic->settings()->get(
"disable_comments"));
48 $title =
$dic->language()->txt(
"mm_notes");
49 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
Standard::NOTS, $title)->withIsOutlined(
true);
52 $notes = $this->mainmenu->link($this->
if->identifier(
'mm_pd_notes'))
54 ->withAction($ctrl->getLinkTargetByClass([
"ilDashboardGUI",
"ilPDNotesGUI"],
"showPrivateNotes"))
58 ->withNonAvailableReason($this->dic->ui()->factory()->legacy(
"{$this->dic->language()->txt('component_not_active')}"))
59 ->withAvailableCallable(
60 function () use (
$dic) {
61 return (
bool) (!
$dic->settings()->get(
"disable_notes"));
Interface StaticMainMenuProvider.
Class NotesMainBarProvider.
if(!file_exists(getcwd() . '/ilias.ini.php'))
registration confirmation script for ilias