We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5627dd2 commit c54a7b1Copy full SHA for c54a7b1
1 file changed
system/Model.php
@@ -1126,6 +1126,7 @@ public function chunk(int $size, Closure $userFunc)
1126
* @param string $group Will be used by the pagination library
1127
* to identify a unique pagination set.
1128
* @param integer $page Optional page number (useful when the page number is provided in different way)
1129
+ * @param integer $segment Optional URI segment number (if page number is provided by URI segment)
1130
*
1131
* @return array|null
1132
*/
0 commit comments