Commit 4abab7f1 by Alexander Makarov

short phpdoc descriptions for Panel subclasses

parent fb31d8f6
...@@ -12,6 +12,8 @@ use yii\debug\Panel; ...@@ -12,6 +12,8 @@ use yii\debug\Panel;
use yii\helpers\Html; use yii\helpers\Html;
/** /**
* Debugger panel that collects and displays application configuration and environment.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
......
...@@ -12,6 +12,8 @@ use yii\log\Logger; ...@@ -12,6 +12,8 @@ use yii\log\Logger;
use yii\helpers\Html; use yii\helpers\Html;
/** /**
* Debugger panel that collects and displays database queries performed.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
......
...@@ -14,6 +14,8 @@ use yii\log\Logger; ...@@ -14,6 +14,8 @@ use yii\log\Logger;
use yii\log\Target; use yii\log\Target;
/** /**
* Debugger panel that collects and displays logs.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
......
...@@ -13,6 +13,8 @@ use yii\helpers\Html; ...@@ -13,6 +13,8 @@ use yii\helpers\Html;
use yii\log\Logger; use yii\log\Logger;
/** /**
* Debugger panel that collects and displays performance profiling info.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
......
...@@ -13,6 +13,8 @@ use yii\debug\Panel; ...@@ -13,6 +13,8 @@ use yii\debug\Panel;
use yii\helpers\Html; use yii\helpers\Html;
/** /**
* Debugger panel that collects and displays request data.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment