ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Repository\ExternalGUIService Class Reference
+ Collaboration diagram for ILIAS\Repository\ExternalGUIService:

Public Member Functions

 __construct (protected InternalGUIService $internal_gui)
 
 ownershipManagementGUI (?int $user_id=null, bool $read_only=false)
 

Detailed Description

Definition at line 26 of file ExternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Repository\ExternalGUIService::__construct ( protected InternalGUIService  $internal_gui)

Definition at line 28 of file ExternalGUIService.php.

30  {
31  }

Member Function Documentation

◆ ownershipManagementGUI()

ILIAS\Repository\ExternalGUIService::ownershipManagementGUI ( ?int  $user_id = null,
bool  $read_only = false 
)

Definition at line 33 of file ExternalGUIService.php.

References $user_id.

37  return $this->internal_gui->ownership()->ownershipManagementGUI($user_id, $read_only);
38  }

The documentation for this class was generated from the following file: