wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
UserController Class Reference
+ Inheritance diagram for UserController:

Public Member Functions

 hasView ()
 
 executeKernel ()
 
- Public Member Functions inherited from Controller
 Controller (&$delegate)
 
 initialize (&$request, &$response)
 
 validate ()
 
 hasView ()
 
 execute ()
 
 executeKernel ()
 
 getErrorMsg ()
 
 setErrorMsg ($msg)
 
 appendErrorMsg ($msg)
 
getRequest ()
 
getResponse ()
 
getView ()
 
getDelegate ()
 
 getViewTemplate ($controller, $context, $action)
 
 getCacheId ()
 
 assignViewDefaults (&$view)
 
 isLocalizedRequest ()
 

Additional Inherited Members

- Public Attributes inherited from Controller
 $_request = null
 
 $_response = null
 
 $_errorMsg = ''
 
 $_view = null
 
 $_delegate = null
 

Detailed Description

UserController is used to edit data of the current users.

wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH

Licensed under the terms of any of the following licenses at your choice:

See the license.txt file distributed with this work for additional information.

Id:
class.UserController.php 1462 2014-02-04 23:52:27Z iherwig

Input actions:

  • save Save the new password
  • unspecified: Show the change password screen

Output actions:

  • edituser In any case
Parameters
[in]changepasswordMust be 'yes' to initiate password change action
[in]oldpasswordThe old password
[in]newpassword1The new password
[in]newpassword2The new password
[out]messageThe message describing the result
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 44 of file class.UserController.php.

Member Function Documentation

UserController::hasView ( )
See Also
Controller::hasView()

Definition at line 49 of file class.UserController.php.

UserController::executeKernel ( )

Process action and assign data to View.

Returns
False (Stop action processing chain).
See Also
Controller::executeKernel()

Definition at line 58 of file class.UserController.php.

References PersistenceFacade\composeOID(), Message\get(), ObjectFactory\getInstance(), RightsManager\getInstance(), UserManager\getUserClassName(), and WCMFException\throwEx().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: