Image

Implements \Gambio\ProductImageList\Image\Interfaces\ImageInterface, \JsonSerializable

Class Image

package

Gambio\ProductImageList\Image\Entities

Methods

Image constructor.

__construct(\Gambio\ProductImageList\Image\ValueObjects\Id $id, \Gambio\ProductImageList\Image\ValueObjects\LocalFilePath $localFilePath, \Gambio\ProductImageList\Image\ValueObjects\WebFilePath $webFilePath, \Gambio\ProductImageList\Image\ValueObjects\SortOrder $sortOrder, \Gambio\ProductImageList\Image\Collections\TextCollection $titles, \Gambio\ProductImageList\Image\Collections\TextCollection $altTitles) 

altTitles

altTitles() : \Gambio\ProductImageList\Image\Collections\TextCollection

id

id() : \Gambio\ProductImageList\Image\ValueObjects\Id

jsonSerialize

jsonSerialize() 
inheritDoc

localFilePath

localFilePath() : \Gambio\ProductImageList\Image\ValueObjects\LocalFilePath
inheritDoc

Response

\Gambio\ProductImageList\Image\ValueObjects\LocalFilePath

sortOrder

sortOrder() : \Gambio\ProductImageList\Image\ValueObjects\SortOrder

titles

titles() : \Gambio\ProductImageList\Image\Collections\TextCollection

webFilePath

webFilePath() : \Gambio\ProductImageList\Image\ValueObjects\WebFilePath

Properties

id

id : \Gambio\ProductImageList\Image\ValueObjects\Id

localFilePath

localFilePath : \Gambio\ProductImageList\Image\ValueObjects\LocalFilePath
var

Type(s)

\Gambio\ProductImageList\Image\ValueObjects\LocalFilePath

webFilePath

webFilePath : \Gambio\ProductImageList\Image\ValueObjects\WebFilePath

sortOrder

sortOrder : \Gambio\ProductImageList\Image\ValueObjects\SortOrder

titles

titles : \Gambio\ProductImageList\Image\Collections\TextCollection

altTitles

altTitles : \Gambio\ProductImageList\Image\Collections\TextCollection