◆ __construct()
◆ 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,
55 $managed_user_id,
56 $managing_user_id
57 );
58 }
◆ 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,
68 $managed_user_id,
69 $managing_user_id
70 );
71 }
◆ $data_service
◆ $repo_service
◆ GlobalDICDomainServices
trait ILIAS\Repository::GlobalDICDomainServices |
The documentation for this class was generated from the following file: