|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilObjectOwnershipManagementGUI: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
@ilCtrl_Calls 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().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::applyFilter | ( | ) |
Definition at line 125 of file class.ilObjectOwnershipManagementGUI.php.
References listObjects().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::changeOwner | ( | ) |
Definition at line 212 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
Here is the call graph for this function:
|
protected |
Definition at line 228 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by changeOwner(), delete(), export(), and move().
Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::delete | ( | ) |
Definition at line 182 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectParentCmd().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::executeCommand | ( | ) |
Definition at line 64 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::export | ( | ) |
Definition at line 202 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::move | ( | ) |
Definition at line 192 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectParentCmd().
Here is the call graph for this function:
|
protected |
Definition at line 150 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 141 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::resetFilter | ( | ) |
Definition at line 133 of file class.ilObjectOwnershipManagementGUI.php.
References listObjects().
Here is the call graph for this function:
|
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.