ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.InternalGUIService.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->data_service = $data_service;
43 $this->domain_service = $domain_service;
44 $this->initGUIServices($DIC);
45 }
46
48 {
49 return new StandardGUIRequest(
50 $this->http(),
51 $this->domain_service->refinery()
52 );
53 }
54
55 public function assignedRoleTableBuilder(
56 int $ref_id,
57 int $managed_user_id,
58 int $managing_user_id,
59 object $parent_gui,
60 string $parent_cmd
63 $this->domain_service,
64 $this,
65 $ref_id,
66 $managed_user_id,
67 $managing_user_id,
68 $parent_gui,
69 $parent_cmd
70 );
71 }
72}
Repository internal data service.
assignedRoleTableBuilder(int $ref_id, int $managed_user_id, int $managing_user_id, object $parent_gui, string $parent_cmd)
__construct(DI\Container $DIC, InternalDataService $data_service, InternalDomainService $domain_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
static http()
Fetches the global http state from ILIAS.
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26