HumHub Documentation (unofficial)

FilterService
in package

Tags
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

Properties

Methods

__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

isFilteredByCategory()

public isFilteredByCategory() : bool
Return values
bool

isFilteredById()

public isFilteredById() : bool
Return values
bool

isFilteredByTags()

private isFilteredByTags() : bool
Return values
bool

        
On this page

Search results