ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilUIService.php
Go to the documentation of this file.
1 <?php
2 
21 
29 {
31 
32  public function __construct(ServerRequestInterface $request, UIServices $ui)
33  {
34  $this->_deps = new ilUIServiceDependencies($ui, new ilUIFilterRequestAdapter($request));
35  }
36 
37  public function filter(): ilUIFilterService
38  {
39  return new ilUIFilterService($this, $this->_deps);
40  }
41 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides fluid interface to RBAC services.
Definition: UIServices.php:24
ilUIServiceDependencies $_deps
__construct(ServerRequestInterface $request, UIServices $ui)