ModelBuilderInterface
in
Interface ModelBuilderInterface
Table of Contents
- build() : Model
- wipeData() : ModelBuilderInterface
- withModelAtPos() : ModelBuilderInterface
- withShowInProductDetails() : ModelBuilderInterface
- withShowInProductLists() : ModelBuilderInterface
- withShowInShoppingCartAndWishlist() : ModelBuilderInterface
Methods
build()
public
build() : Model
Return values
Model —wipeData()
public
wipeData() : ModelBuilderInterface
Return values
ModelBuilderInterface —withModelAtPos()
public
withModelAtPos(string $model, int $pos) : ModelBuilderInterface
Parameters
- $model : string
- $pos : int
Return values
ModelBuilderInterface —withShowInProductDetails()
public
withShowInProductDetails(bool $show) : ModelBuilderInterface
Parameters
- $show : bool
Return values
ModelBuilderInterface —withShowInProductLists()
public
withShowInProductLists(bool $show) : ModelBuilderInterface
Parameters
- $show : bool
Return values
ModelBuilderInterface —withShowInShoppingCartAndWishlist()
public
withShowInShoppingCartAndWishlist(bool $show) : ModelBuilderInterface
Parameters
- $show : bool