CollectionBuilder
in package
implements
CollectionBuilderInterface
Class CollectionBuilder
Interfaces, Classes and Traits
Table of Contents
- $images : array<string|int, mixed>
- build() : SellingUnitImageCollectionInterface
- wipeData() : CollectionBuilderInterface
- withImage() : mixed
- withImages() : CollectionBuilderInterface
Properties
$images
protected
array<string|int, mixed>
$images
= []
Methods
build()
public
build() : SellingUnitImageCollectionInterface
Tags
Return values
SellingUnitImageCollectionInterface —wipeData()
public
wipeData() : CollectionBuilderInterface
Return values
CollectionBuilderInterface —withImage()
public
withImage(SellingUnitImageInterface $image) : mixed
Parameters
- $image : SellingUnitImageInterface
Tags
Return values
mixed —withImages()
public
withImages(SellingUnitImageCollectionInterface $images) : CollectionBuilderInterface
Parameters
- $images : SellingUnitImageCollectionInterface