| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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 () | |
  Public Member Functions inherited from ilWebLinkBaseItemsContainer | |
| __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 | 
Definition at line 37 of file class.ilWebLinkDraftItemsContainer.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:| 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().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 32 of file class.ilWebLinkDraftItemsContainer.php.
Referenced by getItems().