mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
prepare for 2.0.0-rc release.
This commit is contained in:
@ -31,6 +31,9 @@ use yii\helpers\Url;
|
||||
* ]
|
||||
* ```
|
||||
*
|
||||
* @property AssetConverterInterface $converter The asset converter. Note that the type of this property
|
||||
* differs in getter and setter. See [[getConverter()]] and [[setConverter()]] for details.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
|
@ -65,7 +65,6 @@ use yii\helpers\StringHelper;
|
||||
* @property string $queryString Part of the request URL that is after the question mark. This property is
|
||||
* read-only.
|
||||
* @property string $rawBody The request body. This property is read-only.
|
||||
* @property string $rawCsrfToken The random token for CSRF validation. This property is read-only.
|
||||
* @property string $referrer URL referrer, null if not present. This property is read-only.
|
||||
* @property string $scriptFile The entry script file path.
|
||||
* @property string $scriptUrl The relative URL of the entry script.
|
||||
|
@ -35,6 +35,7 @@ use yii\helpers\StringHelper;
|
||||
* ~~~
|
||||
*
|
||||
* @property CookieCollection $cookies The cookie collection. This property is read-only.
|
||||
* @property string $downloadHeaders The attachment file name. This property is write-only.
|
||||
* @property HeaderCollection $headers The header collection. This property is read-only.
|
||||
* @property boolean $isClientError Whether this response indicates a client error. This property is
|
||||
* read-only.
|
||||
|
Reference in New Issue
Block a user