\DebugBarOpenHandler

Handler to list and open saved dataset

Summary

Methods
Properties
Constants
__construct()
handle()
No public properties found
No constants found
find()
get()
clear()
$debugBar
N/A
No private methods found
No private properties found
N/A

Properties

$debugBar

$debugBar : 

Type

Methods

__construct()

__construct(\DebugBar\DebugBar  $debugBar) 

Parameters

\DebugBar\DebugBar $debugBar

Throws

\DebugBar\DebugBarException

handle()

handle(array  $request = null, boolean  $echo = true, boolean  $sendHeader = true) : string

Handles the current request

Parameters

array $request

Request data

boolean $echo
boolean $sendHeader

Throws

\DebugBar\DebugBarException

Returns

string

find()

find(  $request) : array

Find operation

Parameters

$request

Returns

array

get()

get(  $request) : array

Get operation

Parameters

$request

Throws

\DebugBar\DebugBarException

Returns

array

clear()

clear(  $request) 

Clear operation

Parameters

$request