ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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().
ilObjectOwnershipManagementGUI::changeOwner | ( | int | $id | ) |
Definition at line 223 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
|
protected |
Definition at line 239 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by changeOwner(), delete(), export(), and move().
ilObjectOwnershipManagementGUI::delete | ( | int | $id | ) |
Definition at line 187 of file class.ilObjectOwnershipManagementGUI.php.
References $id, checkReadOnly(), and redirectParentCmd().
ilObjectOwnershipManagementGUI::executeCommand | ( | ) |
Definition at line 57 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl().
ilObjectOwnershipManagementGUI::export | ( | int | $id | ) |
Definition at line 213 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
|
private |
Definition at line 131 of file class.ilObjectOwnershipManagementGUI.php.
References ilObjectPlugin\getPluginObjectByType(), and ILIAS\Repository\lng().
Referenced by listObjects().
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\Repository\ctrl(), ilObject\fixMissingTitles(), ilObject\getAllOwnedRepositoryObjects(), getLabelForObjectType(), and ILIAS\Repository\lng().
ilObjectOwnershipManagementGUI::move | ( | int | $id | ) |
Definition at line 203 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectParentCmd().
|
protected |
Definition at line 152 of file class.ilObjectOwnershipManagementGUI.php.
References Vendor\Package\$e, $path, and ILIAS\Repository\ctrl().
Referenced by changeOwner(), and export().
|
protected |
Definition at line 142 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl().
Referenced by delete(), and move().
ilObjectOwnershipManagementGUI::show | ( | int | $id | ) |
Definition at line 197 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl().
|
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.