short phpdoc descriptions for Panel subclasses

This commit is contained in:
Alexander Makarov
2013-07-21 19:17:19 +04:00
parent fb31d8f6d8
commit 4abab7f1fb
5 changed files with 10 additions and 0 deletions

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/