mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Fix #19506: Fix @property annotations in yii\console\widgets\Table, yii\di\Container and yii\web\Session
This commit is contained in:
@ -46,8 +46,8 @@ use yii\base\InvalidConfigException;
|
||||
* For more details and usage information on Session, see the [guide article on sessions](guide:runtime-sessions-cookies).
|
||||
*
|
||||
* @property-read array $allFlashes Flash messages (key => message or key => [message1, message2]).
|
||||
* @property-read string $cacheLimiter Current cache limiter.
|
||||
* @property-read array $cookieParams The session cookie parameters.
|
||||
* @property string $cacheLimiter Current cache limiter.
|
||||
* @property array $cookieParams The session cookie parameters.
|
||||
* @property-read int $count The number of session variables.
|
||||
* @property-write string $flash 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
|
||||
|
||||
Reference in New Issue
Block a user