|
ILIAS
release_8 Revision v8.24
|
UI service dependencies. More...
Collaboration diagram for ilUIServiceDependencies:Public Member Functions | |
| __construct (UIServices $ui, ilUIFilterRequestAdapter $request, ?ilUIFilterServiceSessionGateway $session=null) | |
| ui () | |
| getRequest () | |
| getSession () | |
Protected Attributes | |
| ilUIFilterRequestAdapter | $request_adapter |
| ilUIFilterServiceSessionGateway | $session |
| UIServices | $ui |
UI service dependencies.
Definition at line 28 of file class.ilUIServiceDependencies.php.
| ilUIServiceDependencies::__construct | ( | UIServices | $ui, |
| ilUIFilterRequestAdapter | $request, | ||
| ?ilUIFilterServiceSessionGateway | $session = null |
||
| ) |
Definition at line 34 of file class.ilUIServiceDependencies.php.
References $session, $ui, and ui().
Here is the call graph for this function:| ilUIServiceDependencies::getRequest | ( | ) |
Definition at line 49 of file class.ilUIServiceDependencies.php.
References $request_adapter.
Referenced by ilUIFilterService\__construct().
Here is the caller graph for this function:| ilUIServiceDependencies::getSession | ( | ) |
Definition at line 54 of file class.ilUIServiceDependencies.php.
References $session.
Referenced by ilUIFilterService\__construct().
Here is the caller graph for this function:| ilUIServiceDependencies::ui | ( | ) |
Definition at line 44 of file class.ilUIServiceDependencies.php.
References $ui.
Referenced by ilUIFilterService\__construct(), and __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilUIServiceDependencies.php.
Referenced by getRequest().
|
protected |
Definition at line 31 of file class.ilUIServiceDependencies.php.
Referenced by __construct(), and getSession().
|
protected |
Definition at line 32 of file class.ilUIServiceDependencies.php.
Referenced by __construct(), and ui().