ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Category\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\Category\InternalDomainService:

Public Member Functions

 __construct (DI\Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
 
 assignedRoledRetrieval (int $ref_id, int $managed_user_id, int $managing_user_id)
 
 assignedRolesManager (int $ref_id, int $managed_user_id, int $managing_user_id)
 

Protected Attributes

InternalRepoService $repo_service
 
InternalDataService $data_service
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Constructor & Destructor Documentation

◆ __construct()

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

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

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

41  {
42  $this->repo_service = $repo_service;
43  $this->data_service = $data_service;
44  $this->initDomainServices($DIC);
45  }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26
+ Here is the call graph for this function:

Member Function Documentation

◆ assignedRoledRetrieval()

ILIAS\Category\InternalDomainService::assignedRoledRetrieval ( int  $ref_id,
int  $managed_user_id,
int  $managing_user_id 
)

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

51  : AssignedRolesRetrieval {
52  return new AssignedRolesRetrieval(
53  $this,
54  $ref_id,
55  $managed_user_id,
56  $managing_user_id
57  );
58  }
$ref_id
Definition: ltiauth.php:65

◆ assignedRolesManager()

ILIAS\Category\InternalDomainService::assignedRolesManager ( int  $ref_id,
int  $managed_user_id,
int  $managing_user_id 
)

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

64  : AssignedRolesManager {
65  return new AssignedRolesManager(
66  $this,
67  $ref_id,
68  $managed_user_id,
69  $managing_user_id
70  );
71  }
$ref_id
Definition: ltiauth.php:65

Field Documentation

◆ $data_service

InternalDataService ILIAS\Category\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\Category\InternalDomainService::$repo_service
protected

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