PHP Class YumUserController

Inheritance: extends YumController
Afficher le fichier Open project: thyseus/yii-user-management

Méthodes publiques

Свойство Type Description
$defaultAction

Méthodes publiques

Méthode 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 méthode

public accessRules ( )

actionAdmin() public méthode

public actionAdmin ( )

actionBrowse() public méthode

public actionBrowse ( )

actionChangePassword() public méthode

Change password
public actionChangePassword ( $expired = false )

actionCreate() public méthode

Creates a new User.
public actionCreate ( )

actionDelete() public méthode

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

actionGenerateData() public méthode

public actionGenerateData ( )

actionIndex() public méthode

public actionIndex ( )

actionList() public méthode

public actionList ( )

actionLogin() public méthode

public actionLogin ( )

actionLogout() public méthode

public actionLogout ( )

actionPasswordExpired() public méthode

actionProfile() public méthode

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

actionStats() public méthode

public actionStats ( )

actionUpdate() public méthode

public actionUpdate ( $id )

actionView() public méthode

Displays a User
public actionView ( )

beforeAction() public méthode

public beforeAction ( $event )

loadUser() public méthode

Loads the User Object instance
public loadUser ( $uid ) : YumUser
Résultat YumUser

Property Details

$defaultAction public_oe property

public $defaultAction