UpdateServiceRepository
in package
implements
UpdateServiceRepositoryInterface
Class UpdateServiceRepository
Interfaces, Classes and Traits
- UpdateServiceRepositoryInterface
- Interface UpdateServiceRepositoryInterface
Table of Contents
- $writer : UpdateServiceDatabaseWriterInterface
- __construct() : mixed
- UpdateServiceRepository constructor.
- updateImageListAttributeAssigment() : void
- updateImageListCombiAssignment() : void
- updateImageListName() : void
- updateImagesSort() : void
- updateImageText() : void
Properties
$writer
protected
UpdateServiceDatabaseWriterInterface
$writer
Methods
__construct()
UpdateServiceRepository constructor.
public
__construct(UpdateServiceDatabaseWriterInterface $writer) : mixed
Parameters
- $writer : UpdateServiceDatabaseWriterInterface
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