Documentation

AbstractHandler
in package
implements HandlerInterface

AbstractYes

Debug handler abstract 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.0.0

Table of Contents

Interfaces

HandlerInterface
Debug handler interface

Properties

$name  : string|null
Name of time measurement

Methods

__construct()  : mixed
Constructor
getName()  : string|null
Get name
prepare()  : array<string|int, mixed>
Prepare handler data for storage
prepareAsString()  : string
Prepare handler data as string
prepareHeaderAsString()  : string
Prepare header string
setName()  : AbstractHandler
Set name

Properties

Methods

__construct()

Constructor

public __construct([string|null $name = null ]) : mixed

Instantiate a handler object

Parameters
$name : string|null = null

getName()

Get name

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

prepare()

Prepare handler data for storage

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

prepareAsString()

Prepare handler data as string

public abstract prepareAsString() : string
Return values
string

prepareHeaderAsString()

Prepare header string

public abstract prepareHeaderAsString() : string
Return values
string

        
On this page

Search results