From 70c331f5db2ab35c27fb78dedfc54f610549d52d Mon Sep 17 00:00:00 2001 From: jperras Date: Sun, 2 Aug 2009 18:55:37 +0000 Subject: [PATCH] Updating doc blocks for paginator helper. Thanks to savant for the patch. Fixes #4994. git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8271 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/libs/view/helpers/paginator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cake/libs/view/helpers/paginator.php b/cake/libs/view/helpers/paginator.php index 2a8f37433..7b5dd09a2 100644 --- a/cake/libs/view/helpers/paginator.php +++ b/cake/libs/view/helpers/paginator.php @@ -67,10 +67,10 @@ class PaginatorHelper extends AppHelper { */ var $options = array(); /** - * Gets the current page of the in the recordset for the given model + * Gets the current paging parameters from the resultset for the given model * * @param string $model Optional model name. Uses the default if none is specified. - * @return string The current page number of the paginated resultset. + * @return array The array of paging parameters for the paginated resultset. */ function params($model = null) { if (empty($model)) {