wCMF
3.6
|
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 | |
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.
Input actions:
Output actions:
[in] | changepassword | Must be 'yes' to initiate password change action |
[in] | oldpassword | The old password |
[in] | newpassword1 | The new password |
[in] | newpassword2 | The new password |
[out] | message | The message describing the result |
Definition at line 44 of file class.UserController.php.
UserController::hasView | ( | ) |
Definition at line 49 of file class.UserController.php.
UserController::executeKernel | ( | ) |
Process action and assign data to View.
Definition at line 58 of file class.UserController.php.
References PersistenceFacade\composeOID(), Message\get(), ObjectFactory\getInstance(), RightsManager\getInstance(), UserManager\getUserClassName(), and WCMFException\throwEx().