ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (Container $DIC, protected InternalDataService $data_service, protected InternalDomainService $domain_service) | |
request (?array $passed_query_params=null, ?array $passed_post_data=null) | |
content () | |
page () | |
notification () | |
wiki () | |
settings () | |
Static Protected Attributes | |
static array | $instance = [] |
Definition at line 29 of file class.InternalGUIService.php.
ILIAS\Wiki\InternalGUIService::__construct | ( | Container | $DIC, |
protected InternalDataService | $data_service, | ||
protected InternalDomainService | $domain_service | ||
) |
Definition at line 34 of file class.InternalGUIService.php.
References ILIAS\Repository\initGUIServices().
ILIAS\Wiki\InternalGUIService::content | ( | ) |
Definition at line 54 of file class.InternalGUIService.php.
ILIAS\Wiki\InternalGUIService::notification | ( | ) |
Definition at line 70 of file class.InternalGUIService.php.
ILIAS\Wiki\InternalGUIService::page | ( | ) |
Definition at line 62 of file class.InternalGUIService.php.
ILIAS\Wiki\InternalGUIService::request | ( | ?array | $passed_query_params = null , |
?array | $passed_post_data = null |
||
) |
Definition at line 42 of file class.InternalGUIService.php.
References ILIAS\FileDelivery\http().
ILIAS\Wiki\InternalGUIService::settings | ( | ) |
Definition at line 86 of file class.InternalGUIService.php.
ILIAS\Wiki\InternalGUIService::wiki | ( | ) |
Definition at line 78 of file class.InternalGUIService.php.
|
staticprotected |
Definition at line 32 of file class.InternalGUIService.php.