interface ItemListInterface implements ArrayAccess, IteratorAggregate, Countable, JsonSerializable

Methods

create(ItemInterface ...$items)

No description

array
getItems()

No description

int
push(ItemInterface $item)

No description

array
toArray()

No description

Details

at line 30
static ItemListInterface create(ItemInterface ...$items)

No description

Parameters

ItemInterface ...$items

Return Value

ItemListInterface

at line 23
array getItems()

No description

Return Value

array

at line 18
int push(ItemInterface $item)

No description

Parameters

ItemInterface $item

Return Value

int

Returns the new number of items in the list.

at line 35
array toArray()

No description

Return Value

array