phpDocumentor

ImageListRepository

Interface ImageListRepository

Table of Contents

createImageList()  : ImageListId
Creates an empty image list.
createMultipleImageLists()  : ImageListIds
Creates multiple empty image list.
deleteImageLists()  : void
Deletes one or more existing image lists.
filterImageLists()  : ImageLists
Returns a filtered, sorted, paginated collection of image lists.
getAllImageLists()  : ImageLists
Returns a collection of all image lists.
getImageListById()  : ImageList
Returns a specific image list based on the given image list ID.
getImageListsTotalCount()  : int
Returns the total count of filtered image lists.
registerOperationPermitter()  : void
Registers an operation permitter, which can determine if a deletion operation is permitted.
storeImageLists()  : void
Stores one or more existing image lists.

Methods

getImageListsTotalCount()

Returns the total count of filtered image lists.

public getImageListsTotalCount(Filters $filters) : int
Parameters
$filters : Filters
Return values
int

Search results