BlocksDataCollector
extends DataCollector
in package
implements
Renderable, AssetProvider
Blocks data collector for debugging
Table of Contents
Interfaces
- Renderable
- AssetProvider
Constants
- NAME = "Blocks"
Properties
- $blocksInfo : mixed
Methods
- __construct() : mixed
- PageDataCollector constructor.
- addElements() : self
- 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
= "Blocks"
Properties
$blocksInfo
protected
mixed
$blocksInfo
= []
Methods
__construct()
PageDataCollector constructor.
public
__construct() : mixed
addElements()
public
addElements(mixed $region, mixed $className, mixed $params, mixed $renderTime) : self
Parameters
- $region : mixed
- $className : mixed
- $params : mixed
- $renderTime : mixed
Return values
selfcollect()
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>