ZMObject
└─ZMController
└─ZMEditAdminUserController
public class ZMEditAdminUserController
extends ZMController
| Method Summary | |
|---|---|
| void | __construct(string requestId) Create new instance. |
| ZMObject | getFormData(ZMRequest request) {@inheritDoc} |
| array | getViewData(ZMRequest request) {@inheritDoc} |
| 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 | |
public void __construct(string requestId)
Create new instance.
null to use the request id.public ZMObject getFormData(ZMRequest request)
Get the form data object (if any) for this request.
nullpublic array getViewData(ZMRequest request)
Get general page data.
Good to override if a custom controller needs to provide some data for both GET and POST requests.
public ZMView processPost(ZMRequest request)
Process a HTTP POST request.
ZMView that handles presentation or null if the controller generates the contents itself.
Request controller for editing (other) admin user details.