ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 (array $items=[]) | |
addItem (ilWebLinkDraftItem $item) | |
getItems () | |
getFirstItem () | |
![]() | |
__construct (array $items=[]) | |
getItems () | |
getFirstItem () | |
Protected Attributes | |
array | $items |
![]() | |
array | $items |
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 Container class for drafted Web Link items. Right now this does not really need to exist, but might come in handy when additional transformations on a set of drafted items are needed.
Definition at line 27 of file class.ilWebLinkDraftItemsContainer.php.
ilWebLinkDraftItemsContainer::__construct | ( | array | $items = [] | ) |
ilWebLinkDraftItem[] | $items |
Definition at line 37 of file class.ilWebLinkDraftItemsContainer.php.
References ILIAS\GlobalScreen\Provider\__construct().
ilWebLinkDraftItemsContainer::addItem | ( | ilWebLinkDraftItem | $item | ) |
Definition at line 42 of file class.ilWebLinkDraftItemsContainer.php.
ilWebLinkDraftItemsContainer::getFirstItem | ( | ) |
Definition at line 55 of file class.ilWebLinkDraftItemsContainer.php.
ilWebLinkDraftItemsContainer::getItems | ( | ) |
Definition at line 50 of file class.ilWebLinkDraftItemsContainer.php.
References $items.
Referenced by ilWebLinkDatabaseRepository\createAllItemsInDraftContainer().
|
protected |
Definition at line 32 of file class.ilWebLinkDraftItemsContainer.php.
Referenced by getItems().