ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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\Repository\InternalGUIService
Definition:
class.InternalGUIService.php:28
ILIAS\Repository
$user_id
int $user_id
Definition:
trait.ilExAssignmentTypeGUIBase.php:38
ILIAS\Repository\ExternalGUIService\__construct
__construct(protected InternalGUIService $internal_gui)
Definition:
ExternalGUIService.php:28
ilObjectOwnershipManagementGUI
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
Container
ILIAS\Repository\ExternalGUIService
Definition:
ExternalGUIService.php:26
ILIAS\Repository\ExternalGUIService\ownershipManagementGUI
ownershipManagementGUI(?int $user_id=null, bool $read_only=false)
Definition:
ExternalGUIService.php:33
components
ILIAS
Repository
Service
ExternalGUIService.php
Generated on Wed Sep 3 2025 23:03:40 for ILIAS by
1.8.13 (using
Doxyfile
)