ImageBuilder
in package
implements
ImageBuilderInterface
Class ImageBuilder
Interfaces, Classes and Traits
- ImageBuilderInterface
- Interface ImageBuilderInterface
Table of Contents
- $altTitles : TextCollection
- $id : Id
- $localFilePath : LocalFilePath
- $sortOrder : SortOrder
- $titles : TextCollection
- $webFilePath : WebFilePath
- build() : ImageInterface
- create() : ImageBuilderInterface
- reset() : void
- withAltTitles() : ImageBuilderInterface
- withId() : ImageBuilderInterface
- withLocalFilePath() : ImageBuilderInterface
- withSortOrder() : ImageBuilderInterface
- withTitles() : ImageBuilderInterface
- withWebFilePath() : ImageBuilderInterface
Properties
$altTitles
protected
TextCollection
$altTitles
$id
protected
Id
$id
$localFilePath
protected
LocalFilePath
$localFilePath
$sortOrder
protected
SortOrder
$sortOrder
$titles
protected
TextCollection
$titles
$webFilePath
protected
WebFilePath
$webFilePath
Methods
build()
public
build() : ImageInterface
Tags
Return values
ImageInterface —create()
public
static create() : ImageBuilderInterface
Tags
Return values
ImageBuilderInterface —reset()
public
reset() : void
Return values
void —withAltTitles()
public
withAltTitles(TextCollection $altTitles) : ImageBuilderInterface
Parameters
- $altTitles : TextCollection
Tags
Return values
ImageBuilderInterface —withId()
public
withId(Id $id) : ImageBuilderInterface
Parameters
- $id : Id
Tags
Return values
ImageBuilderInterface —withLocalFilePath()
public
withLocalFilePath(LocalFilePath $localFilePath) : ImageBuilderInterface
Parameters
- $localFilePath : LocalFilePath
Tags
Return values
ImageBuilderInterface —withSortOrder()
public
withSortOrder(SortOrder $sortOrder) : ImageBuilderInterface
Parameters
- $sortOrder : SortOrder
Tags
Return values
ImageBuilderInterface —withTitles()
public
withTitles(TextCollection $titles) : ImageBuilderInterface
Parameters
- $titles : TextCollection
Tags
Return values
ImageBuilderInterface —withWebFilePath()
public
withWebFilePath(WebFilePath $webFilePath) : ImageBuilderInterface
Parameters
- $webFilePath : WebFilePath