ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
GUIService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
27{
28 public function __construct(
29 protected InternalDomainService $domain_service,
30 protected InternalGUIService $gui_service
31 ) {
32 }
33
34 public function menu(): MenuGUI
35 {
36 global $DIC;
37 $style_service = $DIC->contentStyle()->internal();
38 return new MenuGUI(
39 $this->domain_service,
40 $this->gui_service,
41 $style_service
42 );
43 }
44}
__construct(protected InternalDomainService $domain_service, protected InternalGUIService $gui_service)
Definition: GUIService.php:28
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: shib_login.php:26