|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Repository\Ownership\GUIService:Public Member Functions | |
| __construct (InternalDomainService $domain_service, InternalGUIService $gui_service) | |
| ownershipManagementGUI (?int $user_id=null, bool $read_only=false) | |
| ownershipManagementTableBuilder (int $user_id, string $title, array $objects, string $selected_type, object $parent_gui, string $parent_cmd) | |
Protected Attributes | |
| InternalGUIService | $gui_service |
| InternalDomainService | $domain_service |
Definition at line 26 of file class.GUIService.php.
| ILIAS\Repository\Ownership\GUIService::__construct | ( | InternalDomainService | $domain_service, |
| InternalGUIService | $gui_service | ||
| ) |
Definition at line 31 of file class.GUIService.php.
References ILIAS\Repository\Ownership\GUIService\$domain_service, and ILIAS\Repository\Ownership\GUIService\$gui_service.
| ILIAS\Repository\Ownership\GUIService::ownershipManagementGUI | ( | ?int | $user_id = null, |
| bool | $read_only = false |
||
| ) |
Definition at line 39 of file class.GUIService.php.
References $user_id.
| ILIAS\Repository\Ownership\GUIService::ownershipManagementTableBuilder | ( | int | $user_id, |
| string | $title, | ||
| array | $objects, | ||
| string | $selected_type, | ||
| object | $parent_gui, | ||
| string | $parent_cmd | ||
| ) |
Definition at line 49 of file class.GUIService.php.
|
protected |
Definition at line 29 of file class.GUIService.php.
Referenced by ILIAS\Repository\Ownership\GUIService\__construct().
|
protected |
Definition at line 28 of file class.GUIService.php.
Referenced by ILIAS\Repository\Ownership\GUIService\__construct().