HumHub Documentation (unofficial)

RecursiveFilter extends AbstractFilter
in package

Table of Contents

Properties

$magicIsAllowed  : bool
$token  : JSONPathToken

Methods

__construct()  : mixed
filter()  : array<string|int, mixed>
recurse()  : void

Properties

Methods

filter()

public filter(mixed $collection) : array<string|int, mixed>
Parameters
$collection : mixed
Tags
inheritDoc
throws
JSONPathException
Return values
array<string|int, mixed>

recurse()

private recurse(array<string|int, mixed> &$result, array<string|int, mixed>|ArrayAccess $data) : void
Parameters
$result : array<string|int, mixed>
$data : array<string|int, mixed>|ArrayAccess
Tags
throws
JSONPathException

        
On this page

Search results