ImageListImageTextDto
in package
implements
ImageListImageTextDtoInterface
Class ImageListImageTextDto
Interfaces, Classes and Traits
- ImageListImageTextDtoInterface
- Interface ImageListImageTextDtoInterface
Table of Contents
- $imageId : int
- $languageId : int
- $textType : string
- $textValue : string
- __construct() : mixed
- ImageListImageTextDto constructor.
- imageId() : int
- languageId() : int
- textType() : string
- textValue() : string
Properties
$imageId
protected
int
$imageId
$languageId
protected
int
$languageId
$textType
protected
string
$textType
$textValue
protected
string
$textValue
Methods
__construct()
ImageListImageTextDto constructor.
public
__construct(int $imageId, string $textType, string $textValue, int $languageId) : mixed
Parameters
- $imageId : int
- $textType : string
- $textValue : string
- $languageId : int
Return values
mixed —imageId()
public
imageId() : int
Tags
Return values
int —languageId()
public
languageId() : int
Tags
Return values
int —textType()
public
textType() : string
Tags
Return values
string —textValue()
public
textValue() : string