phpDocumentor

ImageListFilterService implements ImageListFilterService

Class ImageListFilterService

Interfaces, Classes and Traits

ImageListFilterService
Interface ImageListFilterService

Table of Contents

$factory  : ImageListFilterFactory
$repository  : ImageListRepository
__construct()  : mixed
ImageListReadService constructor.
filterImageLists()  : ImageLists
Returns a filtered, sorted, paginated collection of image lists.
getImageListsTotalCount()  : int
Returns the total count of filtered image lists.

Properties

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
Tags
inheritDoc
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>
Tags
inheritDoc
Return values
int

Search results