ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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

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