Added class doc.

This commit is contained in:
Qiang Xue
2013-07-09 08:16:33 -04:00
parent f03cdf0a47
commit 19e938cecf

View File

@@ -12,6 +12,9 @@ use yii\base\Component;
use yii\base\InvalidParamException; use yii\base\InvalidParamException;
/** /**
* DataProvider is the base class of data provider classes.
*
* It implements the [[getPagination()]] and [[getSort()]] methods as specified by the [[IDataProvider]] interface.
* *
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0