PHP Class yii\debug\panels\LogPanel

Since: 2.0
Author: Qiang Xue ([email protected])
Inheritance: extends yii\debug\Panel
Datei anzeigen Open project: yiisoft/yii2-debug Class Usage Examples

Public Methods

Method Description
getDetail ( )
getName ( )
getSummary ( )
save ( )

Protected Methods

Method Description
getModels ( boolean $refresh = false ) : array Returns an array of models that represents logs of the current request.

Method Details

getDetail() public method

public getDetail ( )

getModels() protected method

Can be used with data providers, such as \yii\data\ArrayDataProvider.
protected getModels ( boolean $refresh = false ) : array
$refresh boolean if need to build models from log messages and refresh them.
return array models

getName() public method

public getName ( )

getSummary() public method

public getSummary ( )

save() public method

public save ( )