BlockWithImageCollection implements ItemCollection, Countable
Table of Contents
Interfaces
- ItemCollection
- Countable
Methods
- __construct() : mixed
- add() : BlockWithImageCollection
- clear() : BlockWithImageCollection
- count() : int
- toArray() : array<string|int, T>
Methods
__construct()
public
__construct(BlockWithImage ...$items) : mixed
Parameters
- $items : BlockWithImage
add()
public
add(BlockWithImage $item) : BlockWithImageCollection
Parameters
- $item : BlockWithImage
Return values
BlockWithImageCollectionclear()
public
clear() : BlockWithImageCollection
Return values
BlockWithImageCollectioncount()
public
count() : int
Return values
inttoArray()
public
toArray() : array<string|int, T>