loadCookies() protected method
Converts $_COOKIE
into an array of yii\web\Cookie.
protected array loadCookies ( ) | ||
---|---|---|
return | array |
The cookies obtained from request |
throws | yii\base\InvalidConfigException |
if $cookieValidationKey is not set when $enableCookieValidation is true |
Please login to continue.