Update HtmlHelper.php

Updated documentation to include the chained $this return
This commit is contained in:
Mark Oberemk 2014-03-12 08:59:12 -04:00 committed by mark_story
parent d5721f10fd
commit e3a0795bed

View file

@ -174,7 +174,7 @@ class HtmlHelper extends AppHelper {
* @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
*/