ZenMagick 0.9.10


zenmagick.store.sf.mvc.controller\ZMAccountHistoryController
mvc\controller\ZMAccountHistoryController.php at line 33

Class ZMAccountHistoryController

ZMObject
└─ZMController
└─ZMAccountHistoryController

public class ZMAccountHistoryController
extends ZMController

Request controller for account history page.

Author:
DerManoMann

Method Summary
void

__construct(string requestId)

Create new instance.

ZMView

processGet(ZMRequest request)

Process a HTTP GET request.

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\ZMAccountHistoryController.php at line 38

__construct

public void __construct(string requestId)

Create new instance.

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

mvc\controller\ZMAccountHistoryController.php at line 56

processGet

public ZMView processGet(ZMRequest request)

Process a HTTP GET request.

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

ZenMagick 0.9.10