ImageListBuilder
in package
implements
ImageListBuilderInterface
Class ImageListBuilder
Interfaces, Classes and Traits
- ImageListBuilderInterface
- Interface ImageListBuilderInterface
Table of Contents
- $imageList : array<string|int, ImageInterface>
- $listId : ListId
- $listName : ListName
- build() : ImageList
- create() : ImageListBuilderInterface
- reset() : void
- withImage() : ImageListBuilderInterface
- withListId() : ImageListBuilderInterface
- withListName() : ImageListBuilder
Properties
$imageList
protected
array<string|int, ImageInterface>
$imageList
= []
$listId
protected
ListId
$listId
$listName
protected
ListName
$listName
Methods
build()
public
build() : ImageList
Tags
Return values
ImageList —create()
public
static create() : ImageListBuilderInterface
Tags
Return values
ImageListBuilderInterface —reset()
public
reset() : void
Return values
void —withImage()
public
withImage(ImageInterface $image) : ImageListBuilderInterface
Parameters
- $image : ImageInterface
Tags
Return values
ImageListBuilderInterface —withListId()
public
withListId(ListId $listId) : ImageListBuilderInterface
Parameters
- $listId : ListId
Tags
Return values
ImageListBuilderInterface —withListName()
public
withListName(ListName $listName) : ImageListBuilder
Parameters
- $listName : ListName