addFlash() public method
Adds a flash message. If there are existing flash messages with the same key, the new one will be appended to the existing message array. See also:
getFlash()
setFlash()
removeFlash()
public void addFlash ( $key, $value = true, $removeAfterAccess = true )$key string
The key identifying the flash message. $value mixed
Flash message $removeAfterAccess boolean
Whether the flash message should be automatically removed only if it is accessed. If false, the flash m