ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ExternalGUIService.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace 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 }
__construct(protected InternalGUIService $internal_gui)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
ownershipManagementGUI(?int $user_id=null, bool $read_only=false)