PHP Class yii\debug\panels\LogPanel

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

Méthodes publiques

Méthode Description
getDetail ( )
getName ( )
getSummary ( )
save ( )

Méthodes protégées

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

Method Details

getDetail() public méthode

public getDetail ( )

getModels() protected méthode

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.
Résultat array models

getName() public méthode

public getName ( )

getSummary() public méthode

public getSummary ( )

save() public méthode

public save ( )