Commit 94596109 by Alexander Makarov

Added phpdoc description for BaseListView and ListView classes

parent 3dd91133
...@@ -14,6 +14,11 @@ use yii\helpers\ArrayHelper; ...@@ -14,6 +14,11 @@ use yii\helpers\ArrayHelper;
use yii\helpers\Html; use yii\helpers\Html;
/** /**
* BaseListView is a base class for widgets displaying data from data provider
* such as ListView and GridView.
*
* It provides features like sorting, paging and also filtering the data.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
......
...@@ -12,6 +12,9 @@ use yii\helpers\ArrayHelper; ...@@ -12,6 +12,9 @@ use yii\helpers\ArrayHelper;
use yii\helpers\Html; use yii\helpers\Html;
/** /**
* The ListView widget is used to display data from data
* provider. Each data model is rendered using the view
* specified.
* *
* @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