Table of Contents
Properties
-
$magicIsAllowed
: bool
-
$token
: JSONPathToken
Methods
-
__construct()
: mixed
-
filter()
: array<string|int, mixed>
$magicIsAllowed
protected
bool
$magicIsAllowed
= false
$token
protected
JSONPathToken
$token
__construct()
public
__construct(JSONPathToken $token[, int|bool $options = false ]) : mixed
Parameters
-
$token
: JSONPathToken
-
-
$options
: int|bool
= false
-
filter()
public
filter(mixed $collection) : array<string|int, mixed>
Parameters
-
$collection
: mixed
-
-
inheritDoc
-
-
throws
-
JSONPathException
Return values
array<string|int, mixed>