phpDocumentor

ImageListFilterService

Interface ImageListFilterService

Table of Contents

filterImageLists()  : ImageLists
Returns a filtered, sorted, paginated collection of image lists.
getImageListsTotalCount()  : int
Returns the total count of filtered image lists.

Methods

filterImageLists()

Returns a filtered, sorted, paginated collection of image lists.

public filterImageLists(array<string|int, mixed> $filters[, string|null $sorting = null ][, int $limit = 25 ], int $offset) : ImageLists
Parameters
$filters : array<string|int, mixed>
$sorting : string|null = null
$limit : int = 25
$offset : int
Return values
ImageLists

getImageListsTotalCount()

Returns the total count of filtered image lists.

public getImageListsTotalCount(array<string|int, mixed> $filters) : int
Parameters
$filters : array<string|int, mixed>
Return values
int

Search results