@@ -94,7 +94,7 @@ |
||
| 94 | 94 | |
| 95 | 95 | /** |
| 96 | 96 | * Specify page condition. |
| 97 | - * @param string|int $currentPage It will return all models if it is 'all', |
|
| 97 | + * @param integer $currentPage It will return all models if it is 'all', |
|
| 98 | 98 | * or it will be regarded as current page number if it is integer begun with 0. |
| 99 | 99 | * @param int $pageSize The sum of models. |
| 100 | 100 | * @return $this |