浏览代码

Updating documentation with missing option.

mark_story 14 年之前
父节点
当前提交
a0d531cef2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Cake/View/Helper/PaginatorHelper.php

+ 1 - 1
lib/Cake/View/Helper/PaginatorHelper.php

@@ -285,6 +285,7 @@ class PaginatorHelper extends AppHelper {
  *
  * - `escape` Whether you want the contents html entity encoded, defaults to true
  * - `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 $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.
  *
- *
  * ### Options
  *
  * - `before` Content to be inserted before the numbers