Updating documentation with missing option.

This commit is contained in:
mark_story 2011-09-06 02:37:18 +01:00
parent 3d44489b0c
commit a0d531cef2

View file

@ -285,6 +285,7 @@ class PaginatorHelper extends AppHelper {
* *
* - `escape` Whether you want the contents html entity encoded, defaults to true * - `escape` Whether you want the contents html entity encoded, defaults to true
* - `model` The model to use, defaults to PaginatorHelper::defaultModel() * - `model` The model to use, defaults to PaginatorHelper::defaultModel()
* - `direction` The default directon to use when this link isn't active.
* *
* @param string $key The name of the key that the recordset should be sorted. * @param string $key The name of the key that the recordset should be sorted.
* @param string $title Title for the link. If $title is null $key will be used * @param string $title Title for the link. If $title is null $key will be used
@ -613,7 +614,6 @@ class PaginatorHelper extends AppHelper {
* *
* Using the first and last options you can create links to the beginning and end of the page set. * Using the first and last options you can create links to the beginning and end of the page set.
* *
*
* ### Options * ### Options
* *
* - `before` Content to be inserted before the numbers * - `before` Content to be inserted before the numbers