Browse Source

Added class doc.

tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
19e938cecf
  1. 3
      framework/yii/data/DataProvider.php

3
framework/yii/data/DataProvider.php

@ -12,6 +12,9 @@ use yii\base\Component;
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>
* @since 2.0

Loading…
Cancel
Save