|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Wiki\InternalGUIService: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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.