ProductImageListUpdateService
in package
implements
ProductImageListUpdateServiceInterface
Class ProductImageListUpdateService
Interfaces, Classes and Traits
- ProductImageListUpdateServiceInterface
- Interface ProductImageListUpdateServiceInterface
Table of Contents
- $repository : UpdateServiceRepositoryInterface
- __construct() : mixed
- ProductImageListUpdateService constructor.
- updateImageListAttributeAssigment() : void
- updateImageListCombiAssignment() : void
- updateImageListName() : void
- updateImagesSort() : void
- updateImageText() : void
Properties
$repository
protected
UpdateServiceRepositoryInterface
$repository
Methods
__construct()
ProductImageListUpdateService constructor.
public
__construct(UpdateServiceRepositoryInterface $repository) : mixed
Parameters
- $repository : UpdateServiceRepositoryInterface
Return values
mixed —updateImageListAttributeAssigment()
public
updateImageListAttributeAssigment(UpdateImageListAttributeAssignmentDtoInterface $dto) : void
Parameters
Tags
Return values
void —updateImageListCombiAssignment()
public
updateImageListCombiAssignment(UpdateImageListCombinationAssignmentDtoInterface $dto) : void
Parameters
Tags
Return values
void —updateImageListName()
public
updateImageListName(UpdateImageListNameDtoInterface $dto) : void
Parameters
Tags
Return values
void —updateImagesSort()
public
updateImagesSort(UpdateMultipleSortingDtoInterface $sortOrders) : void
Parameters
- $sortOrders : UpdateMultipleSortingDtoInterface
Tags
Return values
void —updateImageText()
public
updateImageText(TextCollection $text) : void
Parameters
- $text : TextCollection