phpDocumentor

LanguageFilterService implements LanguageFilterService

Class LanguageFilterService

Interfaces, Classes and Traits

LanguageFilterService
Interface LanguageFilterService

Table of Contents

$factory  : LanguageFilterFactory
$repository  : LanguageRepository
__construct()  : mixed
LanguageFilterService constructor.
filterLanguages()  : Languages
Returns a filtered and paginated collection of languages based on the given filter and sorting arguments.
getLanguagesTotalCount()  : int
Returns total count of languages based on the given filter arguments.

Properties

Methods

filterLanguages()

Returns a filtered and paginated collection of languages based on the given filter and sorting arguments.

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

getLanguagesTotalCount()

Returns total count of languages based on the given filter arguments.

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

Search results