UpdateSortingDto
in package
implements
UpdateSortingDtoInterface
Class UpdateSortingDto
Interfaces, Classes and Traits
- UpdateSortingDtoInterface
- Interface UpdateSortingDtoInterface
Table of Contents
- $imageId : int
- $sortIndex : int
- __construct() : mixed
- UpdateSortingDto constructor.
- imageId() : int
- sortIndex() : int
Properties
$imageId
protected
int
$imageId
$sortIndex
protected
int
$sortIndex
Methods
__construct()
UpdateSortingDto constructor.
public
__construct(int $imageId, int $sortIndex) : mixed
Parameters
- $imageId : int
- $sortIndex : int
Return values
mixed —imageId()
public
imageId() : int
Tags
Return values
int —sortIndex()
public
sortIndex() : int