From 3f383188020eb774167f47717ba654f71e967597 Mon Sep 17 00:00:00 2001 From: Shunsuke Takahashi Date: Wed, 21 Dec 2016 19:08:32 +0900 Subject: [PATCH] Updating doc for options `prepend` --- lib/Cake/View/Helper/HtmlHelper.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Cake/View/Helper/HtmlHelper.php b/lib/Cake/View/Helper/HtmlHelper.php index 138231651..917e5270c 100644 --- a/lib/Cake/View/Helper/HtmlHelper.php +++ b/lib/Cake/View/Helper/HtmlHelper.php @@ -173,6 +173,10 @@ class HtmlHelper extends AppHelper { /** * Adds a link to the breadcrumbs array. * + * ### Options + * + * 'prepend' Prepend the breadcrumb to. Using this option + * * @param string $name Text for link * @param string $link URL for link (if empty it won't be a link) * @param string|array $options Link attributes e.g. array('id' => 'selected')