mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
release version 2.0.52
This commit is contained in:
@ -41,7 +41,8 @@ use yii\validators\IpValidator;
|
||||
* @property-read string $contentType Request content-type. Empty string is returned if this information is
|
||||
* not available.
|
||||
* @property-read CookieCollection $cookies The cookie collection.
|
||||
* @property-read string $csrfToken The token used to perform CSRF validation.
|
||||
* @property-read null|string $csrfToken The token used to perform CSRF validation. Null is returned if the
|
||||
* [[validateCsrfHeaderOnly]] is true.
|
||||
* @property-read string|null $csrfTokenFromHeader The CSRF token sent via [[csrfHeader]] by browser. Null is
|
||||
* returned if no such header is sent.
|
||||
* @property-read array $eTags The entity tags.
|
||||
|
||||
Reference in New Issue
Block a user