|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 |
Definition at line 30 of file class.InternalDomainService.php.
| 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().
Here is the call graph for this function:| ILIAS\Category\InternalDomainService::assignedRoledRetrieval | ( | int | $ref_id, |
| int | $managed_user_id, | ||
| int | $managing_user_id | ||
| ) |
Definition at line 47 of file class.InternalDomainService.php.
| ILIAS\Category\InternalDomainService::assignedRolesManager | ( | int | $ref_id, |
| int | $managed_user_id, | ||
| int | $managing_user_id | ||
| ) |
Definition at line 60 of file class.InternalDomainService.php.
|
protected |
Definition at line 35 of file class.InternalDomainService.php.
Referenced by ILIAS\Category\InternalDomainService\__construct().
|
protected |
Definition at line 34 of file class.InternalDomainService.php.
Referenced by ILIAS\Category\InternalDomainService\__construct().
| trait ILIAS\Repository::GlobalDICDomainServices |
Definition at line 37 of file trait.GlobalDICDomainServices.php.