mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating doc for options prepend
This commit is contained in:
parent
e19a7b2594
commit
3f38318802
1 changed files with 4 additions and 0 deletions
|
@ -173,6 +173,10 @@ class HtmlHelper extends AppHelper {
|
||||||
/**
|
/**
|
||||||
* Adds a link to the breadcrumbs 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 $name Text for link
|
||||||
* @param string $link URL for link (if empty it won't be a 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')
|
* @param string|array $options Link attributes e.g. array('id' => 'selected')
|
||||||
|
|
Loading…
Reference in a new issue