ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\Taxonomy\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\Taxonomy\InternalGUIService:

Public Member Functions

 __construct (Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
 
 settings ()
 
 getObjTaxonomyGUI (int $rep_obj_id)
 

Protected Attributes

InternalDataService $data_service
 
InternalDomainService $domain_service
 

Detailed Description

Definition at line 26 of file class.InternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Taxonomy\InternalGUIService::__construct ( Container  $DIC,
InternalDataService  $data_service,
InternalDomainService  $domain_service 
)

Definition at line 33 of file class.InternalGUIService.php.

References ILIAS\Taxonomy\InternalGUIService\$data_service, ILIAS\Taxonomy\InternalGUIService\$domain_service, and ILIAS\Repository\initGUIServices().

37  {
38  $this->data_service = $data_service;
39  $this->domain_service = $domain_service;
40  $this->initGUIServices($DIC);
41  }
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26
+ Here is the call graph for this function:

Member Function Documentation

◆ getObjTaxonomyGUI()

ILIAS\Taxonomy\InternalGUIService::getObjTaxonomyGUI ( int  $rep_obj_id)

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

52  {
53  $tax_gui = new \ilObjTaxonomyGUI();
54  $tax_gui->setAssignedObject($rep_obj_id);
55  return $tax_gui;
56  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ settings()

ILIAS\Taxonomy\InternalGUIService::settings ( )

Definition at line 43 of file class.InternalGUIService.php.

43  : \ILIAS\Taxonomy\Settings\GUIService
44  {
45  return new \ILIAS\Taxonomy\Settings\GUIService(
46  $this->domain_service,
47  $this
48  );
49  }

Field Documentation

◆ $data_service

InternalDataService ILIAS\Taxonomy\InternalGUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\Taxonomy\InternalGUIService::$domain_service
protected

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