Documentation

ImageListDto 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

Methods

__construct()

ImageListDto constructor.

public __construct(int $listId, string $listName) : mixed
Parameters
$listId : int
$listName : string
Return values
mixed

listId()

public listId() : int
Tags
inheritDoc
Return values
int

listName()

public listName() : string
Tags
inheritDoc
Return values
string

Search results