mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding docs about the ability to set settings in the helper as well.
This commit is contained in:
parent
c64dd9d352
commit
0b75906649
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,9 @@ class SessionComponent extends Component {
|
|||
*
|
||||
* In your controller: $this->Session->setFlash('This has been saved');
|
||||
*
|
||||
* Additional params below can be passed to customize the output, or the Message.[key]
|
||||
* Additional params below can be passed to customize the output, or the Message.[key].
|
||||
* You can also set additional parameters when rendering flash messages. See SessionHelper::flash()
|
||||
* for more information on how to do that.
|
||||
*
|
||||
* @param string $message Message to be flashed
|
||||
* @param string $element Element to wrap flash message in.
|
||||
|
|
Loading…
Add table
Reference in a new issue