mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-01 23:51:12 +08:00
short phpdoc descriptions for Panel subclasses
This commit is contained in:
@@ -12,6 +12,8 @@ use yii\debug\Panel;
|
||||
use yii\helpers\Html;
|
||||
|
||||
/**
|
||||
* Debugger panel that collects and displays application configuration and environment.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
|
||||
@@ -12,6 +12,8 @@ use yii\log\Logger;
|
||||
use yii\helpers\Html;
|
||||
|
||||
/**
|
||||
* Debugger panel that collects and displays database queries performed.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
|
||||
@@ -14,6 +14,8 @@ use yii\log\Logger;
|
||||
use yii\log\Target;
|
||||
|
||||
/**
|
||||
* Debugger panel that collects and displays logs.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
|
||||
@@ -13,6 +13,8 @@ use yii\helpers\Html;
|
||||
use yii\log\Logger;
|
||||
|
||||
/**
|
||||
* Debugger panel that collects and displays performance profiling info.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
|
||||
@@ -13,6 +13,8 @@ use yii\debug\Panel;
|
||||
use yii\helpers\Html;
|
||||
|
||||
/**
|
||||
* Debugger panel that collects and displays request data.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user