|
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 ilWebLinkDraftItemsContainer:
Collaboration diagram for ilWebLinkDraftItemsContainer:Public Member Functions | |
| __construct (array $items=[]) | |
| addItem (ilWebLinkDraftItem $item) | |
| getItems () | |
| getFirstItem () | |
| __construct (array $items=[]) | |
| getItems () | |
| getFirstItem () | |
Protected Attributes | |
| array | $items |
Protected Attributes inherited from ilWebLinkBaseItemsContainer | |
| 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 |
Reimplemented from ilWebLinkBaseItemsContainer.
Definition at line 37 of file class.ilWebLinkDraftItemsContainer.php.
References $items, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilWebLinkDraftItemsContainer::addItem | ( | ilWebLinkDraftItem | $item | ) |
Definition at line 42 of file class.ilWebLinkDraftItemsContainer.php.
| ilWebLinkDraftItemsContainer::getFirstItem | ( | ) |
Reimplemented from ilWebLinkBaseItemsContainer.
Definition at line 55 of file class.ilWebLinkDraftItemsContainer.php.
| ilWebLinkDraftItemsContainer::getItems | ( | ) |
Reimplemented from ilWebLinkBaseItemsContainer.
Definition at line 50 of file class.ilWebLinkDraftItemsContainer.php.
References $items.
|
protected |
Definition at line 32 of file class.ilWebLinkDraftItemsContainer.php.
Referenced by __construct(), and getItems().