Browse Source

short phpdoc descriptions for Panel subclasses

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
4abab7f1fb
  1. 2
      framework/yii/debug/panels/ConfigPanel.php
  2. 2
      framework/yii/debug/panels/DbPanel.php
  3. 2
      framework/yii/debug/panels/LogPanel.php
  4. 2
      framework/yii/debug/panels/ProfilingPanel.php
  5. 2
      framework/yii/debug/panels/RequestPanel.php

2
framework/yii/debug/panels/ConfigPanel.php

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

2
framework/yii/debug/panels/DbPanel.php

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

2
framework/yii/debug/panels/LogPanel.php

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

2
framework/yii/debug/panels/ProfilingPanel.php

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

2
framework/yii/debug/panels/RequestPanel.php

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

Loading…
Cancel
Save