ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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)
 
 TermDefinitionBulkCreationGUI (\ilObjGlossary $glossary)
 
 PresentationFullGUI (\ilGlossaryPresentationGUI $parent_object, \ilObjGlossary $glossary, bool $offline_mode, int $tax_node=0)
 

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.

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

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

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

◆ PresentationFullGUI()

ILIAS\Glossary\Presentation\GUIService::PresentationFullGUI ( \ilGlossaryPresentationGUI  $parent_object,
\ilObjGlossary  $glossary,
bool  $offline_mode,
int  $tax_node = 0 
)

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

66  {
67  return new \ilPresentationFullGUI($parent_object, $glossary, $offline_mode, $tax_node);
68  }

◆ 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  }

◆ TermDefinitionBulkCreationGUI()

ILIAS\Glossary\Presentation\GUIService::TermDefinitionBulkCreationGUI ( \ilObjGlossary  $glossary)

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

57  {
58  return new \ilTermDefinitionBulkCreationGUI($this->domain_service, $this->gui_service, $glossary);
59  }

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: