ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.GUIService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
28
33{
34 public function __construct(
35 protected InternalDomainService $domain,
36 protected InternalGUIService $gui
37 ) {
38 }
39
40 public function importModal(): ImportModal
41 {
42 return new ImportModal(
43 $this->domain,
44 $this->gui
45 );
46 }
47
48}
Manages access to content style editing.
Facade for consumer gui interface.
Content style internal ui factory.
__construct(protected InternalDomainService $domain, protected InternalGUIService $gui)
Class ilObjStyleSheet.