PHP Class YumUserController

Inheritance: extends YumController
Show file Open project: thyseus/yii-user-management

Public Properties

Property Type Description
$defaultAction

Public Methods

Method Description
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

Method Details

accessRules() public method

public accessRules ( )

actionAdmin() public method

public actionAdmin ( )

actionBrowse() public method

public actionBrowse ( )

actionChangePassword() public method

Change password
public actionChangePassword ( $expired = false )

actionCreate() public method

Creates a new User.
public actionCreate ( )

actionDelete() public method

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

actionGenerateData() public method

public actionGenerateData ( )

actionIndex() public method

public actionIndex ( )

actionList() public method

public actionList ( )

actionLogin() public method

public actionLogin ( )

actionLogout() public method

public actionLogout ( )

actionPasswordExpired() public method

actionProfile() public method

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

actionStats() public method

public actionStats ( )

actionUpdate() public method

public actionUpdate ( $id )

actionView() public method

Displays a User
public actionView ( )

beforeAction() public method

public beforeAction ( $event )

loadUser() public method

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

Property Details

$defaultAction public property

public $defaultAction