|
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...
Inheritance diagram for ilAdministrationCommandHandling:
Collaboration diagram for ilAdministrationCommandHandling:Public Member Functions | |
| delete () | |
| Show delete confirmation. More... | |
| cancelDelete () | |
| Cancel delete. More... | |
| performDelete () | |
| cut () | |
| showLinkIntoMultipleObjectsTree () | |
| showMoveIntoObjectTree () | |
| showPasteTree () | |
| performPasteIntoMultipleObjects () | |
| paste () | |
| clear () | |
| clear clipboard More... | |
| enableAdministrationPanel () | |
| disableAdministrationPanel () | |
| cancelMoveLinkObject () | |
| keepObjectsInClipboardObject () | |
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 Interface for GUI classes (PDGUI, LuceneSearchGUI...) that have to handle administration commands (cut delete link)
Definition at line 26 of file interface.ilAdministrationCommandHandling.php.
| ilAdministrationCommandHandling::cancelDelete | ( | ) |
Cancel delete.
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::cancelMoveLinkObject | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::clear | ( | ) |
clear clipboard
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::cut | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::delete | ( | ) |
Show delete confirmation.
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::disableAdministrationPanel | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::enableAdministrationPanel | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::keepObjectsInClipboardObject | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::paste | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::performDelete | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::performPasteIntoMultipleObjects | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::showLinkIntoMultipleObjectsTree | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::showMoveIntoObjectTree | ( | ) |
Implemented in ilSearchBaseGUI.
| ilAdministrationCommandHandling::showPasteTree | ( | ) |
Implemented in ilSearchBaseGUI.