PHP 클래스 YumUserController

상속: extends YumController
파일 보기 프로젝트 열기: thyseus/yii-user-management

공개 프로퍼티들

프로퍼티 타입 설명
$defaultAction

공개 메소드들

메소드 설명
accessRules ( )
actionAdmin ( )
actionBrowse ( )
actionChangePassword ( $expired = false ) Change password
actionCreate ( ) Creates a new User.
actionDelete ( $id = null ) Deletes a user by setting the status to 'deleted'
actionGenerateData ( )
actionIndex ( )
actionList ( )
actionLogin ( )
actionLogout ( )
actionPasswordExpired ( )
actionProfile ( $id = null ) if no profile is specified, redirect to the own profile
actionStats ( )
actionUpdate ( $id )
actionView ( ) Displays a User
beforeAction ( $event )
loadUser ( $uid ) : YumUser Loads the User Object instance

메소드 상세

accessRules() 공개 메소드

public accessRules ( )

actionAdmin() 공개 메소드

public actionAdmin ( )

actionBrowse() 공개 메소드

public actionBrowse ( )

actionChangePassword() 공개 메소드

Change password
public actionChangePassword ( $expired = false )

actionCreate() 공개 메소드

Creates a new User.
public actionCreate ( )

actionDelete() 공개 메소드

Deletes a user by setting the status to 'deleted'
public actionDelete ( $id = null )

actionGenerateData() 공개 메소드

public actionGenerateData ( )

actionIndex() 공개 메소드

public actionIndex ( )

actionList() 공개 메소드

public actionList ( )

actionLogin() 공개 메소드

public actionLogin ( )

actionLogout() 공개 메소드

public actionLogout ( )

actionPasswordExpired() 공개 메소드

actionProfile() 공개 메소드

if no profile is specified, redirect to the own profile
public actionProfile ( $id = null )

actionStats() 공개 메소드

public actionStats ( )

actionUpdate() 공개 메소드

public actionUpdate ( $id )

actionView() 공개 메소드

Displays a User
public actionView ( )

beforeAction() 공개 메소드

public beforeAction ( $event )

loadUser() 공개 메소드

Loads the User Object instance
public loadUser ( $uid ) : YumUser
리턴 YumUser

프로퍼티 상세

$defaultAction 공개적으로 프로퍼티

public $defaultAction