ImageListDto
in package
implements
ImageListDtoInterface
Class ImageListDto
Interfaces, Classes and Traits
- ImageListDtoInterface
- Interface ImageListDtoInterface
Table of Contents
- $listId : int
- $listName : string
- __construct() : mixed
- ImageListDto constructor.
- listId() : int
- listName() : string
Properties
$listId
protected
int
$listId
$listName
protected
string
$listName
Methods
__construct()
ImageListDto constructor.
public
__construct(int $listId, string $listName) : mixed
Parameters
- $listId : int
- $listName : string
Return values
mixed —listId()
public
listId() : int
Tags
Return values
int —listName()
public
listName() : string