Documentation

QueryHandler extends AbstractHandler
in package

Debug query handler class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
2.2.0

Table of Contents

Properties

$logger  : Logger|null
Logger object
$loggingParams  : array<string|int, mixed>
Logging params
$name  : string|null
Name of time measurement
$profiler  : Profiler|null
Profiler

Methods

__construct()  : mixed
Constructor
__get()  : mixed
Magic get method to return the profiler.
getLogger()  : Logger|null
Get logger
getLoggingParams()  : array<string|int, mixed>
Get logging params
getName()  : string|null
Get name
getProfiler()  : Profiler
Get profiler
hasLogger()  : bool
Has logger
hasLoggingParams()  : bool
Has logging parameters
hasName()  : bool
Has name
hasProfiler()  : bool
Determine if the handler has a profiler
log()  : void
Trigger handler logging
prepare()  : array<string|int, mixed>
Prepare handler data for storage
prepareAsString()  : string
Prepare handler data as string
prepareHeaderAsString()  : string
Prepare header string
profiler()  : Profiler
Get profiler (alias method)
setLogger()  : AbstractHandler
Set logger
setLoggingParams()  : AbstractHandler
Set logger
setName()  : AbstractHandler
Set name
setProfiler()  : QueryHandler
Set profiler

Properties

$loggingParams

Logging params

protected array<string|int, mixed> $loggingParams = []

Methods

__construct()

Constructor

public __construct([Profiler|null $profiler = null ][, string|null $name = null ][, Logger|null $logger = null ][, array<string|int, mixed> $loggingParams = [] ]) : mixed

Instantiate a query handler object

Parameters
$profiler : Profiler|null = null
$name : string|null = null
$logger : Logger|null = null
$loggingParams : array<string|int, mixed> = []

__get()

Magic get method to return the profiler.

public __get(string $name) : mixed
Parameters
$name : string

getLoggingParams()

Get logging params

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

getName()

Get name

public getName() : string|null
Return values
string|null

hasLogger()

Has logger

public hasLogger() : bool
Return values
bool

hasLoggingParams()

Has logging parameters

public hasLoggingParams() : bool
Return values
bool

hasProfiler()

Determine if the handler has a profiler

public hasProfiler() : bool
Return values
bool

prepare()

Prepare handler data for storage

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

prepareAsString()

Prepare handler data as string

public prepareAsString() : string
Return values
string

prepareHeaderAsString()

Prepare header string

public prepareHeaderAsString() : string
Return values
string

        
On this page

Search results