ImageListsNameUpdated
in package
Class ImageListNameUpdated
Table of Contents
- $imageListId : ImageListId
- $imageListName : string
- create() : ImageListsNameUpdated
- imageListId() : ImageListId
- imageListName() : string
- __construct() : mixed
- ImageListNameUpdated constructor.
Properties
$imageListId
private
ImageListId
$imageListId
$imageListName
private
string
$imageListName
Methods
create()
public
static create(ImageListId $imageListId, string $imageListName) : ImageListsNameUpdated
Parameters
- $imageListId : ImageListId
- $imageListName : string
Return values
ImageListsNameUpdated —imageListId()
public
imageListId() : ImageListId
Return values
ImageListId —imageListName()
public
imageListName() : string
Return values
string —__construct()
ImageListNameUpdated constructor.
private
__construct(ImageListId $imageListId, string $imageListName) : mixed
Parameters
- $imageListId : ImageListId
- $imageListName : string