ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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)
 

Data Fields

trait GlobalDICDomainServices
 

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.

41 {
42 $this->repo_service = $repo_service;
43 $this->data_service = $data_service;
45 }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26

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

+ 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:66

◆ 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 }

Field Documentation

◆ $data_service

InternalDataService ILIAS\Category\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\Category\InternalDomainService::$repo_service
protected

◆ GlobalDICDomainServices

trait ILIAS\Repository::GlobalDICDomainServices

Definition at line 37 of file trait.GlobalDICDomainServices.php.


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