ImageListFilterService
in package
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
$factory
private
ImageListFilterFactory
$factory
$repository
private
ImageListRepository
$repository
Methods
__construct()
ImageListReadService constructor.
public
__construct(ImageListRepository $repository, ImageListFilterFactory $factory) : mixed
Parameters
- $repository : ImageListRepository
- $factory : ImageListFilterFactory
Return values
mixed —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
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>