ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
ILIAS\Search\Service\Service Class Reference
+ Collaboration diagram for ILIAS\Search\Service\Service:

Public Member Functions

 __construct (protected Container $dic)
 
 dic ()
 
 presentation ()
 
 gui ()
 

Protected Attributes

PresentationService $presentation
 
GUIService $gui
 

Detailed Description

Definition at line 27 of file Service.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Search\Service\Service::__construct ( protected Container  $dic)

Definition at line 32 of file Service.php.

34 {
35 $this->dic->language()->loadLanguageModule('search');
36
37 $this->presentation = new PresentationService(
38 $this->dic
39 );
40 $this->gui = new GUIService(
41 $this->dic,
42 $this->presentation
43 );
44 }

References ILIAS\Search\Service\Service\dic(), ILIAS\Search\Service\Service\gui(), and ILIAS\Search\Service\Service\presentation().

+ Here is the call graph for this function:

Member Function Documentation

◆ dic()

ILIAS\Search\Service\Service::dic ( )

Definition at line 46 of file Service.php.

46 : Container
47 {
48 return $this->dic;
49 }
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
$dic
Definition: ltiresult.php:33

References $dic.

Referenced by ILIAS\Search\Service\Service\__construct().

+ Here is the caller graph for this function:

◆ gui()

ILIAS\Search\Service\Service::gui ( )

Definition at line 56 of file Service.php.

56 : GUIService
57 {
58 return $this->gui;
59 }

References ILIAS\Search\Service\Service\$gui.

Referenced by ILIAS\Search\Service\Service\__construct().

+ Here is the caller graph for this function:

◆ presentation()

ILIAS\Search\Service\Service::presentation ( )

Definition at line 51 of file Service.php.

51 : PresentationService
52 {
54 }
PresentationService $presentation
Definition: Service.php:29

References ILIAS\Search\Service\Service\$presentation.

Referenced by ILIAS\Search\Service\Service\__construct().

+ Here is the caller graph for this function:

Field Documentation

◆ $gui

GUIService ILIAS\Search\Service\Service::$gui
protected

Definition at line 30 of file Service.php.

Referenced by ILIAS\Search\Service\Service\gui().

◆ $presentation

PresentationService ILIAS\Search\Service\Service::$presentation
protected

Definition at line 29 of file Service.php.

Referenced by ILIAS\Search\Service\Service\presentation().


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