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