Updating doc for options prepend

This commit is contained in:
Shunsuke Takahashi 2016-12-21 19:08:32 +09:00
parent e19a7b2594
commit 3f38318802

View file

@ -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')