ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilUIService Class Reference

Filter service. More...

+ Collaboration diagram for ilUIService:

Public Member Functions

 __construct (ServerRequestInterface $request, UIServices $ui)
 Constructor. More...
 
 filter ()
 

Protected Attributes

 $_deps
 

Detailed Description

Filter service.

Author
killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 14 of file class.ilUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ilUIService::__construct ( ServerRequestInterface  $request,
UIServices  $ui 
)

Constructor.

Parameters
ServerRequestInterface$request

Definition at line 27 of file class.ilUIService.php.

28  {
29  $this->_deps = new ilUIServiceDependencies($ui, new ilUIFilterRequestAdapter($request));
30  }

Member Function Documentation

◆ filter()

ilUIService::filter ( )
Returns
ilUIFilterService

Definition at line 35 of file class.ilUIService.php.

36  {
37  return new ilUIFilterService($this, $this->_deps);
38  }

Field Documentation

◆ $_deps

ilUIService::$_deps
protected

Definition at line 19 of file class.ilUIService.php.


The documentation for this class was generated from the following file: