ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $user_id=null, bool $read_only=false) | |
executeCommand () | |
listObjects () | |
applyFilter () | |
resetFilter () | |
delete () | |
move () | |
export () | |
changeOwner () | |
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 | |
ilObjUser | $user |
ilCtrl | $ctrl |
ilGlobalTemplateInterface | $tpl |
ilToolbarGUI | $toolbar |
ilLanguage | $lng |
ilObjectDefinition | $obj_definition |
ilTree | $tree |
int | $user_id |
int | $own_id = 0 |
bool | $read_only |
Private Attributes | |
ilObjectRequestRetriever | $retriever |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilObjectOwnershipManagementGUI
ilObjectOwnershipManagementGUI:
Definition at line 28 of file class.ilObjectOwnershipManagementGUI.php.
ilObjectOwnershipManagementGUI::__construct | ( | int | $user_id = null , |
bool | $read_only = false |
||
) |
Definition at line 43 of file class.ilObjectOwnershipManagementGUI.php.
References $DIC, $read_only, $user_id, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
ilObjectOwnershipManagementGUI::applyFilter | ( | ) |
Definition at line 125 of file class.ilObjectOwnershipManagementGUI.php.
References listObjects().
ilObjectOwnershipManagementGUI::changeOwner | ( | ) |
Definition at line 212 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
|
protected |
Definition at line 228 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by changeOwner(), delete(), export(), and move().
ilObjectOwnershipManagementGUI::delete | ( | ) |
Definition at line 182 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectParentCmd().
ilObjectOwnershipManagementGUI::executeCommand | ( | ) |
Definition at line 64 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl().
ilObjectOwnershipManagementGUI::export | ( | ) |
Definition at line 202 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
ilObjectOwnershipManagementGUI::isReadOnly | ( | ) |
Definition at line 223 of file class.ilObjectOwnershipManagementGUI.php.
References $read_only.
ilObjectOwnershipManagementGUI::listObjects | ( | ) |
Definition at line 75 of file class.ilObjectOwnershipManagementGUI.php.
References $type, ILIAS\Repository\ctrl(), ilObject\fixMissingTitles(), ilObject\getAllOwnedRepositoryObjects(), ilSubmitButton\getInstance(), ILIAS\Repository\lng(), ilObjectPlugin\lookupTxtById(), and ILIAS\Repository\toolbar().
Referenced by applyFilter(), and resetFilter().
ilObjectOwnershipManagementGUI::move | ( | ) |
Definition at line 192 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectParentCmd().
|
protected |
Definition at line 150 of file class.ilObjectOwnershipManagementGUI.php.
References Vendor\Package\$e, $path, and ILIAS\Repository\ctrl().
Referenced by changeOwner(), and export().
|
protected |
Definition at line 141 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl().
Referenced by delete(), and move().
ilObjectOwnershipManagementGUI::resetFilter | ( | ) |
Definition at line 133 of file class.ilObjectOwnershipManagementGUI.php.
References listObjects().
|
protected |
Definition at line 32 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 35 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 36 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 39 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 40 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by __construct(), and isReadOnly().
|
private |
Definition at line 41 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 34 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 33 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 37 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 31 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 38 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by __construct().
const ilObjectOwnershipManagementGUI::P_OWNID = 'ownid' |
Definition at line 30 of file class.ilObjectOwnershipManagementGUI.php.