|
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)
Arguments
$localFilePath
\Gambio\ProductImageList\Image\ValueObjects\LocalFilePath
altTitles
altTitles() : \Gambio\ProductImageList\Image\Collections\TextCollection
id
id() : \Gambio\ProductImageList\Image\ValueObjects\Id
jsonSerialize
jsonSerialize()
localFilePath
localFilePath() : \Gambio\ProductImageList\Image\ValueObjects\LocalFilePath
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
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