Property | Type | Description | |
---|---|---|---|
$defaultAction |
Method | Description | |
---|---|---|
actionAccount ( ) : string | |
Displays a single User model. | |
actionAvatar ( ) : mixed | 头像设置 | |
actionDisconnect ( $id ) : |
解除绑定第三方账号 | |
actionDonate ( ) : mixed | 打赏设置 | |
actionNetworks ( ) : mixed | 第三方账号绑定 | |
actionProfile ( ) : mixed | 修改个人资料 | |
actions ( ) | ||
behaviors ( ) | ||
connect ( yii\authclient\ClientInterface $client ) : |
绑定第三方账号 | |
init ( ) |
Method | Description | |
---|---|---|
performAjaxValidation ( frontend\modules\user\models\AccountForm $model ) | Performs ajax validation. |
public actionAccount ( ) : string | |
||
return | string | |
public actionDisconnect ( $id ) : |
||
$id | ||
return |
public connect ( yii\authclient\ClientInterface $client ) : |
||
$client | yii\authclient\ClientInterface | |
return |
protected performAjaxValidation ( frontend\modules\user\models\AccountForm $model ) | ||
$model | frontend\modules\user\models\AccountForm |