◆ __construct()
◆ classification()
ILIAS\Container\InternalGUIService::classification |
( |
| ) |
|
Definition at line 64 of file class.InternalGUIService.php.
64 : Classification\GUIService
65 {
66 return self::$instance["classification"] ??= new Classification\GUIService(
67 $this->domain_service,
68 $this
69 );
70 }
◆ content()
ILIAS\Container\InternalGUIService::content |
( |
| ) |
|
Definition at line 55 of file class.InternalGUIService.php.
55 : Content\GUIService
56 {
57 return self::$instance["content"] ??= new Content\GUIService(
58 $this->data_service,
59 $this->domain_service,
60 $this
61 );
62 }
◆ filter()
ILIAS\Container\InternalGUIService::filter |
( |
| ) |
|
Definition at line 72 of file class.InternalGUIService.php.
72 : Filter\GUIService
73 {
74 return self::$instance["filter"] ??= new Filter\GUIService(
75 $this->data_service,
76 $this->domain_service,
77 $this
78 );
79 }
◆ standardRequest()
ILIAS\Container\InternalGUIService::standardRequest |
( |
| ) |
|
◆ $data_service
◆ $domain_service
◆ $instance
array ILIAS\Container\InternalGUIService::$instance = [] |
|
staticprotected |
◆ GlobalDICGUIServices
trait ILIAS\Repository::GlobalDICGUIServices |
The documentation for this class was generated from the following file: