ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Taxonomy\Service Class Reference
+ Collaboration diagram for ILIAS\Taxonomy\Service:

Public Member Functions

 __construct (Container $DIC)
 
 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.

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

References ILIAS\Taxonomy\Service\$DIC.

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.

References ILIAS\Taxonomy\Service\domain().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gui()

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 }
gui()
Internal service, do not use in other components.

References ILIAS\Taxonomy\Service\gui().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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: