ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ExternalGUIService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Repository;
22
25
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
37 return $this->internal_gui->ownership()->ownershipManagementGUI($user_id, $read_only);
38 }
39}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
__construct(protected InternalGUIService $internal_gui)
ownershipManagementGUI(?int $user_id=null, bool $read_only=false)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...