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

Public Member Functions

 __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
 
 settings (int $rep_obj_id)
 
 usage ()
 

Protected Attributes

InternalRepoService $repo_service
 
InternalDataService $data_service
 

Detailed Description

Definition at line 28 of file class.InternalDomainService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Taxonomy\InternalDomainService::__construct ( Container  $DIC,
InternalRepoService  $repo_service,
InternalDataService  $data_service 
)

Definition at line 35 of file class.InternalDomainService.php.

39 {
40 $this->repo_service = $repo_service;
41 $this->data_service = $data_service;
42 $this->initDomainServices($DIC);
43 }
initDomainServices(\ILIAS\DI\Container $DIC)

References ILIAS\Taxonomy\InternalDomainService\$data_service, ILIAS\Taxonomy\InternalDomainService\$repo_service, and ILIAS\Repository\initDomainServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ settings()

ILIAS\Taxonomy\InternalDomainService::settings ( int  $rep_obj_id)

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

45 : SettingsManager
46 {
47 return new SettingsManager($rep_obj_id);
48 }

◆ usage()

ILIAS\Taxonomy\InternalDomainService::usage ( )

Definition at line 50 of file class.InternalDomainService.php.

50 : UsageManager
51 {
52 return new UsageManager(
53 $this->repo_service->usage()
54 );
55 }

Field Documentation

◆ $data_service

InternalDataService ILIAS\Taxonomy\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\Taxonomy\InternalDomainService::$repo_service
protected

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