ImageListImageTextDto

Implements \Gambio\ProductImageList\ReadService\Interfaces\ImageListImageTextDtoInterface

Class ImageListImageTextDto

package

Gambio\ProductImageList\ReadService\Dtos

Methods

ImageListImageTextDto constructor.

__construct(integer $imageId, string $textType, string $textValue, integer $languageId) 

Arguments

$imageId

integer

$textType

string

$textValue

string

$languageId

integer

imageId

imageId() : integer
inheritDoc

Response

integer

languageId

languageId() : integer
inheritDoc

Response

integer

textType

textType() : string
inheritDoc

Response

string

textValue

textValue() : string
inheritDoc

Response

string

Properties

imageId

imageId : integer
var

Type(s)

integer

textType

textType : string
var

Type(s)

string

textValue

textValue : string
var

Type(s)

string

languageId

languageId : integer
var

Type(s)

integer