ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilMMEntryRendererGUI Class Reference

Class ilMMEntryRendererGUI. More...

+ Collaboration diagram for ilMMEntryRendererGUI:

Public Member Functions

 getHTML ()
 

Detailed Description

Member Function Documentation

◆ getHTML()

ilMMEntryRendererGUI::getHTML ( )
Returns
string
Exceptions
Throwable
ilTemplateException

Definition at line 16 of file class.ilMMEntryRendererGUI.php.

References $DIC, $html, and $tpl.

16  : string
17  {
18  $html = "";
19 
20  // Plugin-Slot
21  $uip = new ilUIHookProcessor(
22  "Services/MainMenu",
23  "main_menu_list_entries",
24  array("main_menu_gui" => $this)
25  );
26 
27  if (!$uip->replaced()) {
28  $html = $this->render();
29  }
30 
31  $html = $uip->getHTML($html);
32 
33  return $html;
34  }
$html
Definition: example_001.php:87

The documentation for this class was generated from the following file: