mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-19 16:01:57 +08:00
added note about differing property types
This commit is contained in:
@@ -16,7 +16,8 @@ use yii\helpers\FileHelper;
|
||||
/**
|
||||
* AssetManager manages asset bundles and asset publishing.
|
||||
*
|
||||
* @property IAssetConverter $converter The asset converter.
|
||||
* @property IAssetConverter $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
|
||||
|
||||
@@ -25,7 +25,8 @@ use yii\base\InvalidConfigException;
|
||||
* @property Identity $identity The identity object associated with the currently logged user. Null is
|
||||
* returned if the user is not logged in (not authenticated).
|
||||
* @property boolean $isGuest Whether the current user is a guest. This property is read-only.
|
||||
* @property string $returnUrl The URL that the user should be redirected to after login.
|
||||
* @property string $returnUrl The URL that the user should be redirected to after login. Note that the type
|
||||
* of this property differs in getter and setter. See [[getReturnUrl()]] and [[setReturnUrl()]] for details.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
|
||||
Reference in New Issue
Block a user