FilterService
-
since
-
1.15
Table of Contents
Properties
-
$categoryId
: int
-
$module
: Module
-
$moduleId
: string
-
$tags
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
isFiltered()
: bool
-
isFilteredByCategory()
: bool
-
isFilteredById()
: bool
-
isFilteredByTags()
: bool
$categoryId
private
int
$categoryId
$module
private
Module
$module
$moduleId
private
string
$moduleId
private
array<string|int, mixed>
$tags
__construct()
public
__construct(Module $module[, int|null $categoryId = null ][, array<string|int, mixed>|null $tags = null ]) : mixed
Parameters
-
$module
: Module
-
-
$categoryId
: int|null
= null
-
-
$tags
: array<string|int, mixed>|null
= null
-
isFiltered()
public
isFiltered() : bool
isFilteredByCategory()
public
isFilteredByCategory() : bool
isFilteredById()
public
isFilteredById() : bool
private
isFilteredByTags() : bool