ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\UI\Implementation\Component\Navigation\GUIService Class Reference
+ Collaboration diagram for ILIAS\UI\Implementation\Component\Navigation\GUIService:

Public Member Functions

 __construct (InternalDomainService $domain, InternalGUIService $gui)
 
 toolbarNavigationRenderer ()
 

Protected Attributes

InternalGUIService $gui
 
InternalDomainService $domain
 

Detailed Description

Definition at line 26 of file class.GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\UI\Implementation\Component\Navigation\GUIService::__construct ( InternalDomainService  $domain,
InternalGUIService  $gui 
)

Member Function Documentation

◆ toolbarNavigationRenderer()

ILIAS\UI\Implementation\Component\Navigation\GUIService::toolbarNavigationRenderer ( )

Definition at line 39 of file class.GUIService.php.

40  : ToolbarNavigationRenderer {
41  return new ToolbarNavigationRenderer(
42  $this->domain,
43  $this->gui
44  );
45  }

Field Documentation

◆ $domain

InternalDomainService ILIAS\UI\Implementation\Component\Navigation\GUIService::$domain
protected

◆ $gui

InternalGUIService ILIAS\UI\Implementation\Component\Navigation\GUIService::$gui
protected

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