ZenMagick 0.9.10


zenmagick.store.admin.mvc.controller\ZMResetPasswordController
mvc\controller\ZMResetPasswordController.php at line 30

Class ZMResetPasswordController

ZMObject
└─ZMController
└─ZMResetPasswordController

public class ZMResetPasswordController
extends ZMController

Request controller for forgotten passwords.

Author:
DerManoMann

Method Summary
void

__construct(string requestId)

Create new instance.

ZMView

processPost(ZMRequest request)

{@inheritDoc}

Methods inherited from org.zenmagick.mvc.controller\ZMController
__construct, findView, getFormData, getId, getView, getViewData, isAjax, isFormSubmit, preProcess, process, processGet, processPost, setContentType, setId, setView, validate, validateFormData, validateSession
Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

mvc\controller\ZMResetPasswordController.php at line 35

__construct

public void __construct(string requestId)

Create new instance.

Parameters:
requestId - Optional requestId; default is null to use the request id.

mvc\controller\ZMResetPasswordController.php at line 50

processPost

public ZMView processPost(ZMRequest request)

Process a HTTP POST request.

Parameters:
request - The request to process.
Returns:
A ZMView that handles presentation or null if the controller generates the contents itself.

ZenMagick 0.9.10