ILIAS  release_7 Revision v7.30-3-g800a261c036
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
UIServices$ui

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

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

Member Function Documentation

◆ filter()

ilUIService::filter ( )
Returns
ilUIFilterService

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

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

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: