|
|
@ -23,8 +23,8 @@ use yii\base\InvalidParamException; |
|
|
|
* |
|
|
|
* |
|
|
|
* @property string|integer $id The unique identifier for the user. If null, it means the user is a guest. |
|
|
|
* @property string|integer $id The unique identifier for the user. If null, it means the user is a guest. |
|
|
|
* This property is read-only. |
|
|
|
* This property is read-only. |
|
|
|
* @property IdentityInterface $identity The identity object associated with the currently logged user. Null is |
|
|
|
* @property IdentityInterface $identity The identity object associated with the currently logged user. Null |
|
|
|
* returned if the user is not logged in (not authenticated). |
|
|
|
* 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 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. Note that the type |
|
|
|
* @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. |
|
|
|
* of this property differs in getter and setter. See [[getReturnUrl()]] and [[setReturnUrl()]] for details. |
|
|
|