\DebugBar\StorageStorageInterface

Summary

Methods
Constants
save()
get()
find()
clear()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

save()

save(string  $id, string  $data) 

Saves collected data

Parameters

string $id
string $data

get()

get(string  $id) : array

Returns collected data with the specified id

Parameters

string $id

Returns

array

find()

find(array  $filters = array(), integer  $max = 20, integer  $offset) : array

Returns a metadata about collected data

Parameters

array $filters
integer $max
integer $offset

Returns

array

clear()

clear() 

Clears all the collected data