ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ExternalGUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Repository
;
22
23
use
ILIAS\DI\Container
;
24
use
ilObjectOwnershipManagementGUI
;
25
26
class
ExternalGUIService
27
{
28
public
function
__construct
(
29
protected
InternalGUIService
$internal_gui
30
) {
31
}
32
33
public
function
ownershipManagementGUI
(
34
?
int
$user_id
=
null
,
35
bool
$read_only =
false
36
):
ilObjectOwnershipManagementGUI
{
37
return
$this->internal_gui->ownership()->
ownershipManagementGUI
(
$user_id
, $read_only);
38
}
39
}
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:36
ILIAS\Repository\ExternalGUIService
Definition:
ExternalGUIService.php:27
ILIAS\Repository\ExternalGUIService\__construct
__construct(protected InternalGUIService $internal_gui)
Definition:
ExternalGUIService.php:28
ILIAS\Repository\ExternalGUIService\ownershipManagementGUI
ownershipManagementGUI(?int $user_id=null, bool $read_only=false)
Definition:
ExternalGUIService.php:33
ILIAS\Repository\InternalGUIService
Definition:
class.InternalGUIService.php:29
ilObjectOwnershipManagementGUI
Definition:
class.ilObjectOwnershipManagementGUI.php:25
return
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
delivery_method.php:21
ILIAS\Repository
$user_id
int $user_id
Definition:
trait.ilExAssignmentTypeGUIBase.php:38
components
ILIAS
Repository
Service
ExternalGUIService.php
Generated on Sat Oct 18 2025 23:03:36 for ILIAS by
1.9.4 (using
Doxyfile
)