| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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.
 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 __construct(), and ilUIFilterService\__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 getSession().
      
  | 
  protected | 
Definition at line 32 of file class.ilUIServiceDependencies.php.
Referenced by __construct(), and ui().