Skip to content

Commit

Permalink
Updating doc for options prepend
Browse files Browse the repository at this point in the history
  • Loading branch information
stakahashi committed Dec 21, 2016
1 parent e19a7b2 commit 3f38318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Cake/View/Helper/HtmlHelper.php
Expand Up @@ -173,6 +173,10 @@ public function __construct(View $View, $settings = array()) {
/**
* 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')
Expand Down

0 comments on commit 3f38318

Please sign in to comment.