web\Session $flash

$flash public write-only property

The key identifying the flash message. Note that flash messages and normal session variables share the same name space. If you have a normal session variable using the same name, its value will be overwritten by this method.

public void setFlash ( $key, $value = true, $removeAfterAccess = true )
doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.