|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
UI service dependencies. More...
Collaboration diagram for ilUIServiceDependencies:Public Member Functions | |
| __construct (UIServices $ui, ilUIFilterRequestAdapter $request, ilUIFilterServiceSessionGateway $session=null) | |
| Constructor. More... | |
| ui () | |
| getRequest () | |
| getSession () | |
Protected Attributes | |
| $request_adapter | |
| $session | |
| $ui | |
UI service dependencies.
Definition at line 13 of file class.ilUIServiceDependencies.php.
| ilUIServiceDependencies::__construct | ( | UIServices | $ui, |
| ilUIFilterRequestAdapter | $request, | ||
| ilUIFilterServiceSessionGateway | $session = null |
||
| ) |
Constructor.
| UIServices | ||
| ilUIFilterRequestAdapter | $request | |
| ilUIFilterServiceSessionGateway | null | $session |
Definition at line 36 of file class.ilUIServiceDependencies.php.
References $session, $ui, and ui().
Here is the call graph for this function:| ilUIServiceDependencies::getRequest | ( | ) |
Definition at line 59 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 67 of file class.ilUIServiceDependencies.php.
References $session.
Referenced by ilUIFilterService\__construct().
Here is the caller graph for this function:| ilUIServiceDependencies::ui | ( | ) |
Definition at line 51 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 18 of file class.ilUIServiceDependencies.php.
Referenced by getRequest().
|
protected |
Definition at line 23 of file class.ilUIServiceDependencies.php.
Referenced by __construct(), and getSession().
|
protected |
Definition at line 28 of file class.ilUIServiceDependencies.php.
Referenced by __construct(), and ui().