Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update HtmlHelper.php
Updated documentation to include the chained $this return
  • Loading branch information
moberemk committed Mar 12, 2014
1 parent 8a8d269 commit 3f7eff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/HtmlHelper.php
Expand Up @@ -174,7 +174,7 @@ 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
*/
Expand Down

0 comments on commit 3f7eff1

Please sign in to comment.