ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.InternalDomainService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Category;
22
23use ILIAS\DI;
26
31{
33
36
37 public function __construct(
41 ) {
42 $this->repo_service = $repo_service;
43 $this->data_service = $data_service;
44 $this->initDomainServices($DIC);
45 }
46
47 public function assignedRoledRetrieval(
48 int $ref_id,
49 int $managed_user_id,
50 int $managing_user_id
53 $this,
54 $ref_id,
55 $managed_user_id,
56 $managing_user_id
57 );
58 }
59
60 public function assignedRolesManager(
61 int $ref_id,
62 int $managed_user_id,
63 int $managing_user_id
66 $this,
67 $ref_id,
68 $managed_user_id,
69 $managing_user_id
70 );
71 }
72
73}
Repository internal data service.
assignedRoledRetrieval(int $ref_id, int $managed_user_id, int $managing_user_id)
__construct(DI\Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
assignedRolesManager(int $ref_id, int $managed_user_id, int $managing_user_id)
Repository internal repo service.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$ref_id
Definition: ltiauth.php:66
Class HTTPServicesTest.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Container.php:19
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26