mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 08:56:23 +08:00
doc fix.
This commit is contained in:
@ -35,7 +35,6 @@ use yii\helpers\Security;
|
||||
* @property string $csrfTokenFromHeader The CSRF token sent via [[CSRF_HEADER]] by browser. Null is returned
|
||||
* if no such header is sent. This property is read-only.
|
||||
* @property array $delete The DELETE request parameter values. This property is read-only.
|
||||
* @property array $get The GET request parameter values. This property is read-only.
|
||||
* @property string $hostInfo Schema and hostname part (with port number if needed) of the request URL (e.g.
|
||||
* `http://www.yiiframework.com`).
|
||||
* @property boolean $isAjax Whether this is an AJAX (XMLHttpRequest) request. This property is read-only.
|
||||
|
||||
Reference in New Issue
Block a user