Documentation

ProfilerConfig
in package

This class is automatically generated to help in creating a config.

Table of Contents

Properties

$_usedProperties  : mixed
$collect  : mixed
$collectParameter  : mixed
$dsn  : mixed
$enabled  : mixed
$onlyExceptions  : mixed
$onlyMainRequests  : mixed

Methods

__construct()  : mixed
collect()  : $this
collectParameter()  : $this
The name of the parameter to use to enable or disable collection on a per request basis
dsn()  : $this
enabled()  : $this
onlyExceptions()  : $this
onlyMainRequests()  : $this
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

collectParameter()

The name of the parameter to use to enable or disable collection on a per request basis

public collectParameter(ParamConfigurator|mixed $value) : $this
Parameters
$value : ParamConfigurator|mixed
Tags
default

null

Return values
$this

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results