Skip to content

Commit

Permalink
Revert "Revert "Merge pull request #3002 from moberemk/patch-2""
Browse files Browse the repository at this point in the history
This reverts commit 0d80c92.
  • Loading branch information
lorenzo committed Apr 6, 2014
1 parent 343d327 commit 925db9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Cake/View/Helper/HtmlHelper.php
Expand Up @@ -174,12 +174,13 @@ public function __construct(View $View, $settings = array()) {
* @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')
* @return void
* @return this HtmlHelper
* @see HtmlHelper::link() for details on $options that can be used.
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/html.html#creating-breadcrumb-trails-with-htmlhelper
*/
public function addCrumb($name, $link = null, $options = null) {
$this->_crumbs[] = array($name, $link, $options);
return $this;
}

/**
Expand Down

0 comments on commit 925db9e

Please sign in to comment.