mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
release version 2.0.11
This commit is contained in:
@@ -23,8 +23,8 @@ use yii\base\InvalidParamException;
|
||||
* @property Pagination|false $pagination The pagination object. If this is false, it means the pagination is
|
||||
* disabled. Note that the type of this property differs in getter and setter. See [[getPagination()]] and
|
||||
* [[setPagination()]] for details.
|
||||
* @property Sort|bool $sort The sorting object. If this is false, it means the sorting is disabled. Note
|
||||
* that the type of this property differs in getter and setter. See [[getSort()]] and [[setSort()]] for details.
|
||||
* @property Sort|bool $sort The sorting object. If this is false, it means the sorting is disabled. Note that
|
||||
* the type of this property differs in getter and setter. See [[getSort()]] and [[setSort()]] for details.
|
||||
* @property int $totalCount Total number of possible data models.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
|
||||
Reference in New Issue
Block a user