Documentation

DeleteServiceDeleterInterface

Interface DeleteServiceDeleterInterface

Table of Contents

deleteImageById()  : bool
deleteImageByImageListId()  : bool
Delete multiple images by related ImageList id
deleteImageListById()  : bool
deleteImageListCombiAssignment()  : void
deleteImageListRelationsById()  : void
Unlink image list from any attribute or combination
deleteImageTextByImageId()  : bool
deleteImageTextByImageListId()  : bool
getImageListUsageCountForAttributes()  : int
getImageListUsageCountForCombinations()  : int

Methods

deleteImageByImageListId()

Delete multiple images by related ImageList id

public deleteImageByImageListId(int $id) : bool
Parameters
$id : int
Return values
bool

deleteImageListCombiAssignment()

public deleteImageListCombiAssignment(int $combisId) : void
Parameters
$combisId : int
Return values
void

deleteImageListRelationsById()

Unlink image list from any attribute or combination

public deleteImageListRelationsById(int $listId) : void
Parameters
$listId : int
Return values
void

deleteImageTextByImageId()

public deleteImageTextByImageId(int ...$ids) : bool
Parameters
$ids : int
Return values
bool

deleteImageTextByImageListId()

public deleteImageTextByImageListId(int ...$imageListIds) : bool
Parameters
$imageListIds : int
Return values
bool

getImageListUsageCountForAttributes()

public getImageListUsageCountForAttributes(int $listId, int|null $againstId) : int
Parameters
$listId : int
$againstId : int|null
Return values
int

getImageListUsageCountForCombinations()

public getImageListUsageCountForCombinations(int $listId, int|null $againstId) : int
Parameters
$listId : int
$againstId : int|null
Return values
int

Search results