class DebugBarSilverStripeCollector extends DataCollector implements Renderable, AssetProvider (View source)

Properties

protected static $debug
protected static $controller

Methods

public
collect()

No description

public static 
array
getTemplateData()

Returns the names of all the templates rendered.

public static 
getRequirementsData()

No description

public static 
getRequestParameters()

No description

public static 
getCookieData()

No description

public static 
getSessionData()

No description

public static 
getConfigData()

No description

public static 
setDebugData(string $data)

This method will try to matches all messages into a proper array

public
$this
setController(Controller $controller)

No description

public
getController()

No description

public
getName()

No description

public
getWidgets()

No description

public
array
getAssets()

No description

Details

collect()

No description

static array getTemplateData()

Returns the names of all the templates rendered.

Return Value

array

static getRequirementsData()

No description

static getRequestParameters()

No description

static getCookieData()

No description

static getSessionData()

No description

static getConfigData()

No description

static setDebugData(string $data)

This method will try to matches all messages into a proper array

Parameters

string $data

$this setController(Controller $controller)

No description

Parameters

Controller $controller

Return Value

$this

Controller getController()

No description

Return Value

Controller

getName()

No description

getWidgets()

No description

array getAssets()

No description

Return Value

array