getModels() protected method
Returns an array of models that represents logs of the current request.
Can be used with data providers, such as \yii\data\ArrayDataProvider.
| protected array getModels ( $refresh = false ) | ||
|---|---|---|
| $refresh | boolean | 
 If need to build models from log messages and refresh them.  |  
| return | array | 
 Models  |  
Please login to continue.