Documentation

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

Properties

Methods

addElements()

public addElements(mixed $region, mixed $className, mixed $params, mixed $renderTime) : self
Parameters
$region : mixed
$className : mixed
$params : mixed
$renderTime : mixed
Return values
self

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>

getWidgets()

gets tab widget

public getWidgets() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results