ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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)
 
 PresentationTableGUI (\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.

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 }
GUI class for ilGlossary.
$ref_id
Definition: ltiauth.php:66

References $ref_id.

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

◆ PresentationTableGUI()

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

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

75 {
76 return new \ilPresentationTableGUI($parent_object, $glossary, $offline_mode, $tax_node);
77 }

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