ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Taxonomy\Service Class Reference
+ Collaboration diagram for ILIAS\Taxonomy\Service:

Public Member Functions

 __construct (Container $DIC)
 
function gui ()
 Internal service, do not use in other components. More...
 
 domain ()
 External domain service. More...
 

Protected Attributes

Container $DIC
 

Detailed Description

Definition at line 25 of file class.Service.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Taxonomy\Service::__construct ( Container  $DIC)

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

References ILIAS\Taxonomy\Service\$DIC.

30  {
31  $this->DIC = $DIC;
32  }

Member Function Documentation

◆ domain()

ILIAS\Taxonomy\Service::domain ( )

External domain service.

Definition at line 55 of file class.Service.php.

55  : DomainService
56  {
57  return new DomainService(
58  $this->internal()->domain()
59  );
60  }
domain()
External domain service.

◆ gui()

function ILIAS\Taxonomy\Service::gui ( )

Internal service, do not use in other components.

External GUI service

Definition at line 45 of file class.Service.php.

45  : GUIService
46  {
47  return new GUIService(
48  $this->internal()->gui()
49  );
50  }
function gui()
Internal service, do not use in other components.

Field Documentation

◆ $DIC

Container ILIAS\Taxonomy\Service::$DIC
protected

Definition at line 27 of file class.Service.php.

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


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