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

Methods

collect()

No description

static array
getMiddlewares()

Get all middlewares executed on this request

static array
getTemplateData()

Returns the names of all the templates rendered.

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

$this
setController(Controller $controller)

No description

getController()

No description

getName()

No description

getWidgets()

No description

array
getAssets()

No description

Details

collect()

static array getMiddlewares()

Get all middlewares executed on this request

Return Value

array

static array getTemplateData()

Returns the names of all the templates rendered.

Return Value

array

static getRequirementsData()

static getRequestParameters()

static getCookieData()

static getSessionData()

static getConfigData()

static setDebugData(string $data)

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

Parameters

string $data

$this setController(Controller $controller)

Parameters

Controller $controller

Return Value

$this

Controller getController()

Return Value

Controller

getName()

getWidgets()

array getAssets()

Return Value

array