发现yii2.0中yii\web\Session中hasFlash存在一个问题 [ 求助交流 ]
见yii\web\Session 812行
/**
* Returns a value indicating whether there are flash messages associated with the specified key.
* @param string $key key identifying the flash message type
* @return boolean whether any flash messages exist under specified key
*/
public function hasFlash($key)
{
return $this->getFlash($key) !== null;
}
对比yii1中的CWebUser 第686行
/**
* @param string $key key identifying the flash message
* @return boolean whether the specified flash message exists
*/
public function hasFlash($key)
{
return $this->getFlash($key, null, false)!==null;
}
共 0 条回复
没有找到数据。
wangdimeng@gmai
注册时间:2015-12-03
最后登录:2016-03-31
在线时长:2小时28分
最后登录:2016-03-31
在线时长:2小时28分
- 粉丝0
- 金钱15
- 威望0
- 积分35