web\Session removeFlash()

removeFlash() public method

Removes a flash message.

See also:

public mixed removeFlash ( $key )
$key string

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, it will be removed by this method.

return mixed

The removed flash message. Null if the flash message does not exist.

doc_Yii
2016-10-30 17:16:43
Comments
Leave a Comment

Please login to continue.