Documentation

QueryHandler extends AbstractHandler
in package

Debug query handler class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
1.3.0

Table of Contents

$name  : string
Name of time measurement
$profiler  : Profiler
Profiler
__construct()  : mixed
Constructor
__get()  : mixed
Magic get method to return the profiler.
getName()  : string
Get name
getProfiler()  : Profiler
Get profiler
hasProfiler()  : bool
Determine if the handler has a profiler
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)
setName()  : AbstractHandler
Set name
setProfiler()  : self
Set profiler

Properties

Methods

__construct()

Constructor

public __construct([Profiler $profiler = null ][, string $name = null ]) : mixed

Instantiate a query handler object

Parameters
$profiler : Profiler = null
$name : string = null
Return values
mixed

__get()

Magic get method to return the profiler.

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

getName()

Get name

public getName() : string
Return values
string

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

Search results