ILIAS  release_8 Revision v8.24
ILIAS\Glossary\Presentation\GUIService Class Reference
+ Collaboration diagram for ILIAS\Glossary\Presentation\GUIService:

Public Member Functions

 __construct (InternalDomainService $domain_service, InternalGUIService $gui_service)
 
 request (?array $query_params=null)
 
 ObjGlossaryGUI (int $ref_id)
 

Protected Attributes

InternalGUIService $gui_service
 
InternalDomainService $domain_service
 

Detailed Description

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

Definition at line 29 of file class.GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Glossary\Presentation\GUIService::__construct ( InternalDomainService  $domain_service,
InternalGUIService  $gui_service 
)

Definition at line 34 of file class.GUIService.php.

37 {
38 $this->gui_service = $gui_service;
39 $this->domain_service = $domain_service;
40 }

References ILIAS\Glossary\Presentation\GUIService\$domain_service, and ILIAS\Glossary\Presentation\GUIService\$gui_service.

Member Function Documentation

◆ ObjGlossaryGUI()

ILIAS\Glossary\Presentation\GUIService::ObjGlossaryGUI ( int  $ref_id)

Definition at line 51 of file class.GUIService.php.

52 {
53 return new \ilObjGlossaryGUI([], $ref_id, true, false);
54 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$ref_id
Definition: ltiauth.php:67

References $ref_id.

◆ request()

ILIAS\Glossary\Presentation\GUIService::request ( ?array  $query_params = null)

Definition at line 42 of file class.GUIService.php.

42 : PresentationGUIRequest
43 {
44 return new PresentationGUIRequest(
45 $this->gui_service->http(),
46 $this->domain_service->refinery(),
47 $query_params
48 );
49 }

Field Documentation

◆ $domain_service

InternalDomainService ILIAS\Glossary\Presentation\GUIService::$domain_service
protected

◆ $gui_service

InternalGUIService ILIAS\Glossary\Presentation\GUIService::$gui_service
protected

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