phpDocumentor

ProductDownloadFilterService

Interface ProductDownloadFilterService

Tags
deprecated

Since 4.7, the gambio shop-system supports submodules. Those product domains will be refactored into submodules too. All important changes will be documented in the developer journal as soon as they are implemented.

Table of Contents

filterProductDownloads()  : ProductDownloads
getProductDownloadsTotalCount()  : int

Methods

filterProductDownloads()

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

getProductDownloadsTotalCount()

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

Search results