ItemCollection implements ItemCollection, Item
Table of Contents
Interfaces
Methods
- __construct() : mixed
- addItem() : self
- toArray() : array<string|int, T>
Methods
__construct()
public
__construct(Item ...$items) : mixed
Parameters
- $items : Item
addItem()
public
addItem(Item $item) : self
Parameters
- $item : Item
Return values
selftoArray()
public
toArray() : array<string|int, T>