RedisDataCollector
extends DataCollector
in package
implements
Renderable, AssetProvider
Redis data collector for debugging
Table of Contents
Interfaces
- Renderable
- AssetProvider
Constants
- NAME = "Redis Data"
Properties
Methods
- __construct() : mixed
- PageDataCollector constructor.
- collect() : array<string|int, mixed>
- collects data
- getAssets() : array<string|int, mixed>
- gets assets
- getName() : string
- gets tab name
- getWidgets() : array<string|int, mixed>
- gets tab widget
Constants
NAME
public
mixed
NAME
= "Redis Data"
Properties
$subject
protected
Manager|null
$subject
= null
Methods
__construct()
PageDataCollector constructor.
public
__construct([Manager|null $subject = null ]) : mixed
Parameters
- $subject : Manager|null = null
collect()
collects data
public
collect() : array<string|int, mixed>
Return values
array<string|int, mixed>getAssets()
gets assets
public
getAssets() : array<string|int, mixed>
Return values
array<string|int, mixed>getName()
gets tab name
public
getName() : string
Return values
stringgetWidgets()
gets tab widget
public
getWidgets() : array<string|int, mixed>