PHP 클래스 frontend\modules\user\controllers\SettingController

상속: extends common\components\Controller
파일 보기 프로젝트 열기: iiyii/getyii

공개 프로퍼티들

프로퍼티 타입 설명
$defaultAction

공개 메소드들

메소드 설명
actionAccount ( ) : string | Response Displays a single User model.
actionAvatar ( ) : mixed 头像设置
actionDisconnect ( $id ) : Response 解除绑定第三方账号
actionDonate ( ) : mixed 打赏设置
actionNetworks ( ) : mixed 第三方账号绑定
actionProfile ( ) : mixed 修改个人资料
actions ( )
behaviors ( )
connect ( yii\authclient\ClientInterface $client ) : Response 绑定第三方账号
init ( )

보호된 메소드들

메소드 설명
performAjaxValidation ( frontend\modules\user\models\AccountForm $model ) Performs ajax validation.

메소드 상세

actionAccount() 공개 메소드

Displays a single User model.
public actionAccount ( ) : string | Response
리턴 string | yii\web\Response

actionAvatar() 공개 메소드

头像设置
public actionAvatar ( ) : mixed
리턴 mixed

actionDisconnect() 공개 메소드

解除绑定第三方账号
public actionDisconnect ( $id ) : Response
$id
리턴 yii\web\Response

actionDonate() 공개 메소드

打赏设置
public actionDonate ( ) : mixed
리턴 mixed

actionNetworks() 공개 메소드

第三方账号绑定
public actionNetworks ( ) : mixed
리턴 mixed

actionProfile() 공개 메소드

修改个人资料
public actionProfile ( ) : mixed
리턴 mixed

actions() 공개 메소드

public actions ( )

behaviors() 공개 메소드

public behaviors ( )

connect() 공개 메소드

绑定第三方账号
public connect ( yii\authclient\ClientInterface $client ) : Response
$client yii\authclient\ClientInterface
리턴 yii\web\Response

init() 공개 메소드

public init ( )

performAjaxValidation() 보호된 메소드

Performs ajax validation.
protected performAjaxValidation ( frontend\modules\user\models\AccountForm $model )
$model frontend\modules\user\models\AccountForm

프로퍼티 상세

$defaultAction 공개적으로 프로퍼티

public $defaultAction