CollectionDataCollector
extends DataCollector
in package
implements
Renderable, AssetProvider
Page data collector for debugging
Table of Contents
Interfaces
- Renderable
- AssetProvider
Constants
- NAME = "Collections Data"
Properties
- $collectionsInfo : 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
- convert() : mixed
Constants
NAME
public
mixed
NAME
= "Collections Data"
Properties
$collectionsInfo
protected
mixed
$collectionsInfo
= []
Methods
__construct()
PageDataCollector constructor.
public
__construct() : mixed
addElements()
public
addElements(mixed $className, mixed $keys, mixed $allocatedSize) : self
Parameters
- $className : mixed
- $keys : mixed
- $allocatedSize : 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>
Return values
array<string|int, mixed>convert()
protected
convert(mixed $size) : mixed
Parameters
- $size : mixed