|
Previous Page |
Solar_Session |
Next Page |
addFlash()
public
void
addFlash (
string $key,
mixed $val
)
Appends a flash value to a key.
Parameters
- (string)
$key: The flash key. - (mixed)
$val: The flash value to add to the key; this will result in the flash becoming an array.
Returns
- (void)
Description
Appends a flash value to a key.