|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilObjectOwnershipManagementGUI:Public Member Functions | |
| __construct (protected InternalDomainService $domain, protected InternalGUIService $gui, ?int $user_id=null, bool $read_only=false) | |
| executeCommand () | |
| listObjects () | |
| delete (int $id) | |
| show (int $id) | |
| move (int $id) | |
| export (int $id) | |
| changeOwner (int $id) | |
| isReadOnly () | |
Data Fields | |
| const | P_OWNID = 'ownid' |
Protected Member Functions | |
| redirectParentCmd (int $ref_id, string $cmd) | |
| redirectCmd (int $ref_id, string $class, ?string $cmd=null) | |
| checkReadOnly () | |
Protected Attributes | |
| ilCtrl | $ctrl |
| ilLanguage | $lng |
| int | $user_id |
| int | $own_id = 0 |
| bool | $read_only |
Private Member Functions | |
| getLabelForObjectType (string $type) | |
Private Attributes | |
| ilObjectRequestRetriever | $retriever |
Definition at line 24 of file class.ilObjectOwnershipManagementGUI.php.
| ilObjectOwnershipManagementGUI::__construct | ( | protected InternalDomainService | $domain, |
| protected InternalGUIService | $gui, | ||
| ?int | $user_id = null, |
||
| bool | $read_only = false |
||
| ) |
Definition at line 34 of file class.ilObjectOwnershipManagementGUI.php.
References $read_only, $user_id, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::changeOwner | ( | int | $id | ) |
Definition at line 223 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
Here is the call graph for this function:
|
protected |
Definition at line 239 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by changeOwner(), delete(), export(), and move().
Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::delete | ( | int | $id | ) |
Definition at line 187 of file class.ilObjectOwnershipManagementGUI.php.
References $id, checkReadOnly(), and redirectParentCmd().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::executeCommand | ( | ) |
Definition at line 57 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::export | ( | int | $id | ) |
Definition at line 213 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
Here is the call graph for this function:
|
private |
Definition at line 131 of file class.ilObjectOwnershipManagementGUI.php.
References ilObjectPlugin\getPluginObjectByType(), and ILIAS\Repository\lng().
Referenced by listObjects().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::isReadOnly | ( | ) |
Definition at line 234 of file class.ilObjectOwnershipManagementGUI.php.
References $read_only.
| ilObjectOwnershipManagementGUI::listObjects | ( | ) |
Definition at line 68 of file class.ilObjectOwnershipManagementGUI.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\Field\$options, ILIAS\Repository\ctrl(), ilObject\fixMissingTitles(), ilObject\getAllOwnedRepositoryObjects(), getLabelForObjectType(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::move | ( | int | $id | ) |
Definition at line 203 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectParentCmd().
Here is the call graph for this function:
|
protected |
Definition at line 152 of file class.ilObjectOwnershipManagementGUI.php.
References Vendor\Package\$e, $path, $ref_id, and ILIAS\Repository\ctrl().
Referenced by changeOwner(), and export().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 142 of file class.ilObjectOwnershipManagementGUI.php.
References $ref_id, and ILIAS\Repository\ctrl().
Referenced by delete(), and move().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::show | ( | int | $id | ) |
Definition at line 197 of file class.ilObjectOwnershipManagementGUI.php.
References $id, and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 28 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 30 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 31 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by __construct(), and isReadOnly().
|
private |
Definition at line 32 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 29 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by __construct().
| const ilObjectOwnershipManagementGUI::P_OWNID = 'ownid' |
Definition at line 26 of file class.ilObjectOwnershipManagementGUI.php.