\HttpLog\FiltersParameterFilter

Summary

Methods
Properties
Constants
__construct()
create_filters()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
parse_custom_filters()
$filter
N/A

Properties

$filter

$filter : string

Type

string — Log filter definition.

Methods

__construct()

__construct(string  $filter = "standard") : void

Create a filtering object.

Parameters

string $filter

Applied log filter.

create_filters()

create_filters() : array

Create filters.

Create Request and Response filter arrays.

Returns

array —

Array of filter parameters.

parse_custom_filters()

parse_custom_filters() : array

Parse custom filters.

Take a custom user filter and parse its parameters.

Returns

array —

Array of filter parameters.